Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tracking how many records currently fetched (asynchronou
Message
From
08/10/2005 13:26:14
 
 
To
08/10/2005 12:02:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9
Database:
MS SQL Server
Miscellaneous
Thread ID:
01057402
Message ID:
01057483
Views:
9
> Fetching is still continuing. SQLCancel first.

But I have an SQLCancel at the end of my code. When I press ESC and it exits the loop it should fire:
do while nSQLRet=0
  nSQLRet = SQLExec(hConn,"SELECT * FROM PREREG","getreg")
enddo
SQLCANCEL(hConn)
Unfortunately, yes I do need to fetch such a large recordset. This has to interact with an off-line legacy FoxBASE+ application (yes, I still use that!), so from time to time I need a full data dump.


Ben
Previous
Reply
Map
View

Click here to load this message in the networking platform