G
Guest
Hi
I develope an application in VB.Net. I want to connect to foxpro database. I use the following code
Tr
Dim cnn As New OleDbConnectio
cnn.ConnectionString = "Provider=VFPOLEDB.1;" +
"Data Source=E:\FoxDB.dbc;
cnn.Open(
Catch e As System.Exceptio
MsgBox(e.Message
End Tr
Although database tables is contained in "E:\FoxDB" folder, the following error message is displayed: Invalid path or file name
Would you help me please
Thanks
Kim
I develope an application in VB.Net. I want to connect to foxpro database. I use the following code
Tr
Dim cnn As New OleDbConnectio
cnn.ConnectionString = "Provider=VFPOLEDB.1;" +
"Data Source=E:\FoxDB.dbc;
cnn.Open(
Catch e As System.Exceptio
MsgBox(e.Message
End Tr
Although database tables is contained in "E:\FoxDB" folder, the following error message is displayed: Invalid path or file name
Would you help me please
Thanks
Kim