How to connect to Server from Client in PHP program with DBMaker? (DBMR2016)

~ 0 min
2016-03-09 10:25

For PHP programs connect to DB, we usually just need to set ODBC data source, then connect through DSN name. For example: $Conn =odbc_connect (“DBSample5”,”SYSADM”,”xxxxx”);

If you need to let program Client and DB Server are separated, we can do following:

1. Install DBMaker Driver or Client in Client.

2. Set IP and PortNum for DB

3. Add DSN in ODBC data source.

Note: Because dmconfig.ini had been set, you only need to choose DB Name from DropDownList (Database name (N) :) options in ODBC setting.

Version: DBMaker 5.x

Product: Normal, Bundle

Platform: Windows

Average rating 0 (0 Votes)

You cannot comment on this entry

Tags