Can I connect to a DBF dBASE IV database from Borland ?
Can I connect to a DBF dBASE IV database from Borland ?
This is the information I obtained in the BDE from Borland about the dbf database.
VERSION 4.0
TYPE FILE
LANGDRIVER dBASE ENU cp437
LEVEL 5
MDX BLOCK SIZE 1024
MEMO FILE BLOCK SIZE 512
How can I connect to this type of dBASE database ?
1 answer
I think the connection string is :
Provider=MSDASQL.1;Persist Security Info=False;Data Source=dBASE Files
What do you think ?
I have to try to Insert/Update/Delete Statement.
Where can I find those statements ?
Best Regards