zhonghandle
Programmer
Hi, I am using a DTS package-ActiveX task to call a SQL server database through a MS provided ODBC Driver, and my SQL statement has included a long Transac-SQl statement. In which a cursor is used.
I can only use up to 69 records in the cursor, and the last 5 records loaded to the cursor were lost when the system finished performing.
Wondering if there's anything I need to be aware of? Such as the cursor size? Or how much information ODBC driver can carry over?
Thanks in advance.
I can only use up to 69 records in the cursor, and the last 5 records loaded to the cursor were lost when the system finished performing.
Wondering if there's anything I need to be aware of? Such as the cursor size? Or how much information ODBC driver can carry over?
Thanks in advance.