Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO.NET Jumpstart article ?
Message
De
20/03/2002 00:25:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
ADO.NET Jumpstart article ?
Divers
Thread ID:
00634790
Message ID:
00634790
Vues:
51
Hi, everybody!

I know that´s far easy to create an old ADO Connection and test the object existence just like below:
loConn = CreateObject("adodb.connection")
If VarType(loConn) = "O" or not IsNull(loConn)
   ? "exists"
Else
   ? "not exists"
EndIf
Is there some way to do such thing with ADO.NET ?
I have already searched at www.microsoft.com, but I can´t find anything.

TIA
Claudio Lassala
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform