Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to import a number of tables from a Btrieve DB into an SQL Server 7 DB using DTS. I seem to be able to make and ODBC connection to the Btrieve DB but the import fails immediately after it starts copying data to the newly created table in SQL Server. The error I receive reads:
"Error at Source for Row number 2870. Errors encountered so far in this task: 1. Unspecified error
[Maximizer][ODBC Driver][Btrieve Database]Buffer is too small."
Now the the Pervasive Server's Communication and MKDE buffer sizes are set to about 64500 B of a maximum 65000 B.
The Read buffer size is set to about 64000 B out of a maximum of 65500 B. The table I'm trying to import is only about 29000 rows and I have no problem importing it into MS Access 2000 and then importing it into SQL Server from there. The ODBC driver I'm using is a Maximizer ODBC Driver from Multiactive Software.
Is this truly a buffer error? Could it be an ODBC error?
Thanks in advance!
Cam
"Error at Source for Row number 2870. Errors encountered so far in this task: 1. Unspecified error
[Maximizer][ODBC Driver][Btrieve Database]Buffer is too small."
Now the the Pervasive Server's Communication and MKDE buffer sizes are set to about 64500 B of a maximum 65000 B.
The Read buffer size is set to about 64000 B out of a maximum of 65500 B. The table I'm trying to import is only about 29000 rows and I have no problem importing it into MS Access 2000 and then importing it into SQL Server from there. The ODBC driver I'm using is a Maximizer ODBC Driver from Multiactive Software.
Is this truly a buffer error? Could it be an ODBC error?
Thanks in advance!
Cam