|
-
Feb 11th, 2000, 09:16 AM
#1
Thread Starter
Lively Member
Looking for an ado connection string to a foxpro database.
thanks.
danny.
-
Feb 11th, 2000, 09:27 AM
#2
Junior Member
I have a little trick to find any connect string for any database.
It is using RDO but you I think can use the connect string it generates with you ADO. Easy and efficient.
Sub Main()
Dim cnt2 As New rdoConnection
'will ask you information to connect
cnt2.EstablishConnection rdDriverPrompt
'displays the connectstring
MsgBox cnt2.Connect
End Sub
Tipi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|