Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A problem with sql commands
Message
From
01/11/2005 03:31:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
A problem with sql commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01063922
Message ID:
01063922
Views:
53
hello,

I am working with cursors that are created by foxpro cursor adaptor object. When I try to select some records from these cursor, I realized that sql sentences are executed in database not in cursors. For this reason, I am getting the records from database not from my cursors. For example I have one cursor cuser when I write

select * from cuser into cursor result

when I look the cursor result, I see the records of the table "user" of the database not the record in my cursor cuser.

Is there any way to execute my sql sentences on cursors not on database when working with cursor adaptor objects?
Next
Reply
Map
View

Click here to load this message in the networking platform