Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Create a VFP cursor/Table Manually
Message
From
06/04/2000 11:17:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
How to Create a VFP cursor/Table Manually
Miscellaneous
Thread ID:
00356294
Message ID:
00356294
Views:
40
HI!
Does anyone know how I could manually create a VFP table/cursor.
The reason I ask this is I wrote a Dll in C++ which can
and do it multithreaded.
I can access Oracle asyncronously with it for inserts and updates or any sql and even handle
bind variables. ANd without using ODBC .. It uses OCI.

But I can't do the selects because I don't know how to create the cursor or table.
I imagine I just need to dump the information to a text file and give it a VFP
header along with the data.

I don't even know if it would be faster than ODBC yet but at least I can do it in multiple threads
and without ODBC..

Can anyone guess at how I might do this?
Next
Reply
Map
View

Click here to load this message in the networking platform