Connects, using named pipes protocol (shared memory), to the embedded database engine. The embedded database can be loaded into client's process as dll or started in a separate process (rundll32).
public: void Connect(
const char * embdb_id
);public void Connect(
const char * embdb_id
);Public Function Connect(
embdb_id As const char *
) As void|
Parameters |
Description |
|
embdb_id |
Host name or IP address |
If method fails, the ServerException, containing the error message, will be thrown