Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just a tip I wanted to share with you
Message
 
 
To
15/09/2002 09:56:35
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00700597
Message ID:
00700652
Views:
8
Thanks for reminder but it was already posted on UT a couple times:
Re: ADO questions Thread #532298 Message #533025
Re: Enumerate OLEDB Providers Thread #593614 Message #594020

>Hi there folks, I just wanted to share this tip with you all. Hope you might find this useful. Regards
>
>Let's say we wanna create an oledb (ADO) connection by invoking the connection property dialog. Here's the code to do that.
>
>public oConn as adodb.connection
>local oData as object
>
>odata=createobject("datalinks")
>oConn=oData.PromptNew() && We select our data source here
>=oConn.Open()
>
>There it is a valid ado connection without recalling any specific connection string.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform