Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC connection?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00713618
Message ID:
00714017
Vues:
20
VFP have a ODBC API Wrapper in the FFCs, check for Tools --> Component Gallery --> Foundation Classes --> Utilities --> ODBC Registry.
oReg = CREATEOBJECT("ODBCreg")

IF VARTYPE(oReg)='O' 
  *** Obtener en un arreglo (array), los DSN registrados **
  *** Gets an array including all the DSN  ***
  lnErrNum = oReg.GetODBCDrvrs(@laODBCData,.T.)
  *** DO Something  
ENDIF
Hope this Help
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform