faqts : Computers : Programming : Languages : PHP : Database Backed Sites

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 22 people (59%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

How can I access a BDE Paradox Database?????

Apr 27th, 2005 04:40
Keyar Srinivasan, Raimund R,


You can use ODBC Connection to Connect the BDE database. You will need 
the Borland Database Engine (BDE) to update dBase files. 
Connecting to a Paradox database (ODBC):
    "driver={Microsoft Paradox Driver (*.db )};" & _
    "driverid=538;fil=Paradox 5.X;" & _
    "defaultdir=c:\foldername\;" & _
    "dbq=c:\foldername\;collatingsequence=ASCII"
The extra space character after *.db in the driver name is necessary.
You will need the Borland Database Engine (BDE) to update Paradox ISAM 
files.