Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO.NET Jumpstart article ?
Message
From
20/03/2002 00:25:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ADO.NET Jumpstart article ?
Miscellaneous
Thread ID:
00634790
Message ID:
00634790
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform