Hi
My powerbuilder program is connecting SQL server through ODBC as shown below:
SQLCA.DBPARM = "ConnectString='DSN=" + ls_db_name + ";UID=dba;PWD=sql'"
CONNECT ;
Is it necessary to supply userid and password?
is there some alternative ?
Thanks and regards
Gyan