Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formless Cursor Adapters
Message
 
 
À
04/01/2005 18:56:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00974198
Message ID:
00974740
Vues:
17
>>Basically I create cursor using Data Adapters in forms.
>>
>>
>>WITH Thisform.DataEnvironment.&tcCursorName
>> .Alias = tcCursorName
>> .DataSourceType = "ODBC"
>> .Datasource = (oApp.nConnectionHandle)
>> .Name = tcCursorName
>> .Selectcmd = "SELECT * FROM Users "
>> .Tables = "Users"
>>ENDWITH
>>
>>Now if I'm querying data outside of any form, how do I use the cursor adapter to get this data? Create a DEClass Object under _Screen and add it to it? Or is there another way of doing it?
>>
>>Thanks.
>
>Roy,
>CA doesn't need a DE or form. There are many samples here on UT. For example Message #906597
>Cetin

I use Mark McCasland's CursorAdapter Builder at:
http://www.mctweedle.com/mjtools.mj
It is free.
It works great to build CursorAdapters as classes.
- Andy Rice
San Diego, CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform