Hi,
I am trying to import some foxpro tables into SQL Server 2000 using DTS. I am using a DSN (Microsoft Visual FoxPro Driver) free table directory to connect to the foxpro tables from SQL Server.
I am getting the following errors when copying the data from one of the foxpro tables:
Error at Destination for Row number 1. Errors encountered so far in this task: 1.
Insert error, column 93('userf20', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Insert error, column 92('userf19', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Insert error, column 91('userf18', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Invalid character value for cast specification
Invalid character value for cast specification
Invalid character value for cast specification
Any ideas what could be causing this?
Thanks
Dabase
I am trying to import some foxpro tables into SQL Server 2000 using DTS. I am using a DSN (Microsoft Visual FoxPro Driver) free table directory to connect to the foxpro tables from SQL Server.
I am getting the following errors when copying the data from one of the foxpro tables:
Error at Destination for Row number 1. Errors encountered so far in this task: 1.
Insert error, column 93('userf20', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Insert error, column 92('userf19', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Insert error, column 91('userf18', DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Invalid character value for cast specification
Invalid character value for cast specification
Invalid character value for cast specification
Any ideas what could be causing this?
Thanks
Dabase