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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A DTS running 'Transac-SQL' Question

Status
Not open for further replies.

zhonghandle

Programmer
Jul 17, 2002
12
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top