Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB .NET connecting to FOXPRO DB

Status
Not open for further replies.

maddy41

Programmer
Dec 7, 2004
13
GB
Hi i am trying to connect to a fox pro db from vb dot net i am using this connection string and an odbc link but can't get a connection does any one have any ideas
Thanx

_______CODE_______________________________________________
Driver=Microsoft Visual FoxPro Driver; _
SourceType=DBC; _
SourceDB=dbcFileLocation; _
BackgroundFetch=No; _
Collate=Machine; _
Exclusive=No; _
SetNoCountOn;
_____________________________________________________
END CODE
 
I'd say try posting on the FoxPro forums, the issue sounds like it's in configuring the ODBC connection which they would most likely know more about.

-Rick

----------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top