Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO.NET Jumpstart article ?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00634790
Message ID:
00634791
Views:
20
Did you take a look at http://fox.wikis.com or www.gotdotnet.com ?
I saw something about ADO.NET there.

Eduardo

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform