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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Foxpro Driver Error with XP

Status
Not open for further replies.

savok

Technical User
Jan 11, 2001
303
AT
I have an application that works fine on windows 2000, but when i tried to run it on XP it gave me this error. Anyone have any suggestions? I am ready to give up :(

Run-time error '-2147467259 (80004005)':
[Microsoft] [ODBC Driver Manager] Driver does not support that function.

Connection string:
Set DBConn = New ADODB.Connection
DBConn.ConnectionString = "Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=F:\Test\;Exclusive=No;"
DBConn.Open
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top