Allows the clDbi object to connect to a data source during runtime.
e-Biz Impact versions earlier than version 5.4.5 used
OpenTransport as the underlying connection using nnsyreg.dat.
public int connectStr(string strDsn, string strUser, string strPassword)
strDsn – the DSN name configured on the system.
strUser – the user name with which you want to connect to the DSN.
strPassword – the password for the user name you entered.
Returns 1 for a successful connection; 0 for a failed connection.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |