Wednesday, July 11, 2012

Koneksi (Connection strings for Caché)

Standard

DRIVER={InterSystems ODBC};SERVER=myServerAddress;DATABASE=myDataBase;UID=myUsername;PWD=myPassword;

Specifying port

DRIVER={InterSystems ODBC};SERVER=myServerAddress;PORT=12345;DATABASE=myDataBase; UID=myUsername;PWD=myPassword;

Specifying protocol

DRIVER={InterSystems ODBC};SERVER=myServerAddress;PORT=12345;DATABASE=myDataBase;PROTOCOL=TCP;STATIC CURSORS=1;UID=myUsername;PWD=myPassword;

Bridging to InterSystems ODBC

DRIVER={InterSystems ODBC};SERVER=myServerAddress;DATABASE=myDataBase;UID=myUsername;PWD=myPassword;
 

Share : Koneksi (Connection strings for Caché)

Related Posts

Koneksi (Connection strings for Caché)
4/ 5
Oleh