CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    India
    Posts
    1

    creation of dsn for foxpro 2.x thru vb 6.0


    How to create DSN for foxpro 2.x database in runtime through visual basic 6.0

    Rambabu

  2. #2

    Re: creation of dsn for foxpro 2.x thru vb 6.0

    http://www.freevbcode.com/ShowCode.Asp?ID=502 shows you how to create a System DSN at runtime. However, you will have to know the attributes required by the FoxPro driver. You probably can figure them out by adding a DSN through the control panel and looking at the name-value pairs included (or opening up the registry editor and looking at the name-value pairs included as part of the DSN.



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

Featured