 |
|
How to install dbx4mysql?
- Unzip archive file to any location you prefer;
- Run .exe file and follow the installation application instructions.
 | Before installation please check the dbx4mysql home page for the latest version. Also we
recommend you to create your personal account here:
http://microolap.com/my/. |
Manual installation:
- Find dbxdrivers file (usually located in
"C:\Program Files\Common Files\Borland Shared\DBExpress\")
- Add or replace following sections:
For standard version:
[dbx4mysql]
GetDriverFunc=getSQLDriverdbx4mysql
LibraryName=dbx4mysql.dll
VendorLib=notused.dll
HostName=ServerName
Database=DBNAME
User_Name=user
Password=password
BlobSize=-1
For embedded version:
[DBXE4MySQL]
GetDriverFunc=getSQLDriverDBXE4Mysql
LibraryName=dbx4mysql.dll
VendorLib=libmysqld.dll
Database=DBNAME
BlobSize=-1
For client library version:
[DBXL4MySQL]
GetDriverFunc=getSQLDriverDBXL4Mysql
LibraryName=dbx4mysql.dll
VendorLib=libmysql.dll
HostName=ServerName
Database=DBNAME
User_Name=user
Password=password
BlobSize=-1
- In section [Installed Drivers] add line:
For standard version:
dbx4mysql=1
For embedded version:
DBXE4MySQL=1
For client library version:
DBXL4MySQL=1
- Find dbxconnections file (usually located in
"C:\Program Files\Common Files\Borland Shared\DBExpress\")
Add or replace following lines:
For standard version:
[dbx4mysqlConnection]
DriverName=dbx4mysql
HostName=127.0.0.1
Database=test
User_Name=root
Password=
BlobSize=-1
For embedded version:
[DBXE4MySQLConnection]
DriverName=DBXE4MySQL
Database=test
BlobSize=-1
For client library version:
[DBXL4MySQLConnection]
DriverName=DBXL4MySQL
HostName=127.0.0.1
Database=test
User_Name=root
Password=
BlobSize=-1
|