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
Thanx
_______CODE_______________________________________________
Driver=Microsoft Visual FoxPro Driver; _
SourceType=DBC; _
SourceDB=dbcFileLocation; _
BackgroundFetch=No; _
Collate=Machine; _
Exclusive=No; _
SetNoCountOn;
_____________________________________________________
END CODE