Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR CONVERTING DATATYPE DBTYPE_DBTIMESTAMP TO DATE TIME

Status
Not open for further replies.

tbrauch

Technical User
Aug 29, 2000
4
US
I am using SQL 7 to select and insert data into a table from Oracle via an ODBC connection. It works fine except when (as described in the documentation) the Oracle date field is less than 1/1/1753, in which case, I get ERROR CONVERTING DATATYPE DBTYPE_DBTIMESTAMP TO DATE TIME. That's fine except the field I am inserting into is a VARCHAR type not DATETIME. Apparently, there is an implicit conversion to DATETIME prior to conversion to VARCHAR ????

Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top