[RESOLVED] c# cannot connect to dbase
hi,
I have a connection in vb6 and dbase works good.
VB Code:
DbPath = "Microsoft Dbase driver (*.dbf)"
With Cn
.ConnectionString = "driver={" + DbPath + "};dbq=D:\INS2002\DBF"
.Open
End With
but what is wrong of my code when i transfer this code to c# it appears an error.
VB Code:
string DbPath = "Microsoft Dbase driver (*.dbf)";
OleDbConnection dbcon = new OleDbConnection();
dbcon.ConnectionString ="driver={" + DbPath + @"};dbq=D:\INS2002\DBF";
dbcon.Open();
Anyone about this.
note : pls see picture attachment.
Popskie
Re: c# cannot connect to dbase
maybe this would help.
here
Re: c# cannot connect to dbase
thanks fret. do you have a phone no. so that i can call u.
Re: c# cannot connect to dbase
I'm in the Philippines :wave:
Re: [RESOLVED] c# cannot connect to dbase
[Out of topic]
Maybe Mr. Popskie is a Mandauehanon?
Re: [RESOLVED] c# cannot connect to dbase
Re: [RESOLVED] c# cannot connect to dbase