Link to home
Start Free TrialLog in
Avatar of Whing Dela Cruz
Whing Dela CruzFlag for Anguilla

asked on

Open .DBF

I've got a file from the internet name myinstruction.dbf
How can I open this file and modify since i know the password "03241977vnr01111980"
I changed the file into .mdb so that i can attach it here. its extension .dbf
Thanks
myInstruction.mdb.mdb
Avatar of The_King
The_King

You should be able to open the DBF directly with ADO.Net using either of the following connection string templates:

OLE DB:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password="

ODBC:
"Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mydbpath;"


Hope that helps
Avatar of Whing Dela Cruz

ASKER

Hi!
Can i modify it? and can I add a table on it?
SOLUTION
Avatar of The_King
The_King

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial