Link to home
Start Free TrialLog in
Avatar of CRI906
CRI906

asked on

SQL 2008 date data type ODBC link to Access 2007 changes to text data type

I have a SQL 2008 table that has a date data type.  When connection to Access 2007 via ODBC connection, Access thinks the data type is text.  Is there a patch or fix for this problem?
Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of grogman
grogman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CRI906
CRI906

ASKER

We do not want the "time" part of the SMALLDATETIME data field.  Do you know if there is a patch or hot fix for this problem?
Avatar of CRI906

ASKER

Found a solution for this problem.  My ODBC connection was using SQL Server driver.  I deleted the ODBC Connection and setup a new connection using SQL Server Native Client 10.0.  Deleted the linked tables and re-linked.  Now the Access knows the new data type "DATE" is a date.  Thanks for your help.
Avatar of CRI906

ASKER

This solution would be good if you don't mind adding the time to the date.  My solution worked best for what we needed.  Thanks for the help.