Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor Adapter for Free Table
Message
 
To
03/09/2003 12:18:54
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00825724
Message ID:
00825728
Views:
19
Where did it ask you for database container? I just tried the following from Command Window and it works.
 loCA = CREATEOBJECT('cursoradapter')
 loCA.DataSourceType="NATIVE"
 loCA.SelectCmd = "select * from myFreeTable"
 loCA.CursorFill()
>I would like to create a cursor adapter for a free VFP table using the builders but have not been able to determine how to do this. It appears that the builder wants you to specify a database container. Many thanks to anyone who can get me started on this.
>
>My ultimate goal is a form where I can select a free table, "connect" it to the cursor adapter (the table will always have the same structure), and then bind the controls on the form to the cursor. Any suggestions would be appreciated.
>
>Stan
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform