DATA ADAPTER PROBLEM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a query with an odbcdataadapter to a linked table in a Microsoft
Access Database.
When I view the data, everything appears fine except one field is being
displayed as a date where it should be a time. I double checked the field
definitions in Access and everything looks good.
I changed the schema in the dataset from Datetime to time but it still
doesn't work.

Any help would be appreciated.
I would like to point out I have only recently upgraded to vb.net from
Visual Basic 4.0 so this new data access stuff is really new (and confusing)
to me.
 
Hi,

How are you displaying the data?

Ken
----------------
I created a query with an odbcdataadapter to a linked table in a Microsoft
Access Database.
When I view the data, everything appears fine except one field is being
displayed as a date where it should be a time. I double checked the field
definitions in Access and everything looks good.
I changed the schema in the dataset from Datetime to time but it still
doesn't work.

Any help would be appreciated.
I would like to point out I have only recently upgraded to vb.net from
Visual Basic 4.0 so this new data access stuff is really new (and confusing)
to me.
 
I am using the datagrid control. But I've also previewed the data in design
mode (via the data adapter property) and it looks the same.

Instead of saying 11:59:34 PM, it says 12/30/1899.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows 10 One Drive Problem 2
Using 2003 Data Adapters in 2005 2
Data Adapter Configuration Wizard 1
Accessing data adapter in a dataset 2
Windows 11 Windows 11 update 5
Adapter Update...Syntax error 3
bluetooth adapter 2
Data Adapter Update Error 2

Back
Top