Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor Adapter for Free Table
Message
 
À
03/09/2003 12:18:54
Stan Vaninger
Mitek Industries, Inc
Missouri, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00825724
Message ID:
00825728
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform