Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC question
Message
 
À
13/09/2000 16:24:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00415691
Message ID:
00416250
Vues:
28
>>>VFP:
>>>
>>>
** lnHandle would be the handle returned from a good SQLCONNECT() call
>>>* tables
>>>SQLEXEC(lnHandle, "SELECT objectname FROM DBC() WHERE objecttype = 'Table' ORDER BY objectname", "vfptables")
>>>
>>>* views
>>>SQLEXEC(lnHandle, "SELECT objectname FROM DBC() WHERE objecttype = 'View' ORDER BY objectname", "vfpviews")
>>
>>Son of a buck, that does work. I knew you could run a query against the DBC, but I would not have thought FROM DBC() would work.
>
>I do it all the time in VFP to get all table and field names (by self joining) but I wasn't sure it would work through ODBC - but I tried it and whaddya know <g>

Trey,

it is wonderfull idea.

Any idea with other Database as SQL, Oracle, Access ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform