|
-
Oct 19th, 2005, 09:06 PM
#1
Thread Starter
Fanatic Member
[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
Last edited by popskie; Mar 22nd, 2007 at 02:21 AM.
-
Oct 19th, 2005, 10:13 PM
#2
Hyperactive Member
Re: c# cannot connect to dbase
maybe this would help.
here
-
Oct 19th, 2005, 10:22 PM
#3
Thread Starter
Fanatic Member
Re: c# cannot connect to dbase
thanks fret. do you have a phone no. so that i can call u.
-
Oct 19th, 2005, 10:28 PM
#4
Hyperactive Member
Re: c# cannot connect to dbase
I'm in the Philippines
-
Oct 20th, 2005, 01:42 AM
#5
Fanatic Member
Re: [RESOLVED] c# cannot connect to dbase
[Out of topic]
Maybe Mr. Popskie is a Mandauehanon?
-
Oct 20th, 2005, 03:50 AM
#6
Thread Starter
Fanatic Member
Re: [RESOLVED] c# cannot connect to dbase
-
Oct 20th, 2005, 10:09 PM
#7
Hyperactive Member
Re: [RESOLVED] c# cannot connect to dbase
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|