Results 1 to 2 of 2

Thread: ado connection string

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    u.s.a
    Posts
    127

    Post

    Looking for an ado connection string to a foxpro database.
    thanks.
    danny.

  2. #2
    Junior Member
    Join Date
    Feb 2000
    Posts
    21

    Post

    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
  •  



Click Here to Expand Forum to Full Width