|
-
Sep 29th, 2000, 03:43 PM
#1
Thread Starter
Lively Member
i've been having a lot of trouble connecting to a dbase III file. here is my code
Set conDBF = New ADODB.Connection
conDBF.Provider = "Microsoft.Jet.OLEDB.4.0"
conDBF.Properties("Data Source") = cdlMain.FileName
conDBF.Properties("Jet OLEDB:Engine Type") = 11
conDBF.Open strCon
when i run this, i get an error stating that the selected file is an unrecognized database format. i tried the same thing with an excel file and got the same results. does anyone have any suggestion?
-
Oct 2nd, 2000, 07:46 AM
#2
Thread Starter
Lively Member
can anyone help me? this is worth more to me than just one cyber-beer. i'm willing to cough-up an entire cyber-case.
-
Oct 3rd, 2000, 09:04 AM
#3
Thread Starter
Lively Member
bar,
you are the winner of that case of cyber-beer! thanks a lot. i just created a new data link file and built the connection string in there. it works beautifully. thanks again. you're a life saver.
dwhawley
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
|