|
-
April 21st, 1999, 03:55 AM
#1
Can oledb open more than 250 Command Objects at a same time?
I got error when I try the prepare the 251st command object. Is there any way to break the limitation?
-
April 23rd, 1999, 01:15 AM
#2
It is about oledb provider and the property of CCommand object
When I use ODBC data source, if the CCommand objects call the stored procedures that return value but not return Rowset, the limitation is not exist. When call the stored procedures that return Rowset, the limitation show up (and the error is about SQL, cursor not exist).
When I use SQL native oledb data source, with set proper property, I can call the stored procedures that return Rowset without limitation.
That's what I found till now. I am still trying. If anyone has similar experience and solution, I'll be very grateful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|