// Profile data_changes
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <***********>
SQLCA.ServerName = "CTL-SERVER"
SQLCA.LogId = "GLARP"
SQLCA.AutoCommit = False
SQLCA.DBParm = "PBCatalogOwner='GLARP'"
here it is connecting thru database profile. but not connecting thru powerbuilder script giving TNS connect error.
I tried putting connectstring also but still it not working givng the same error.
we have lot of client IPadress to connect to the same server.
how to connect to the client ipadress aceesing to same server.
also i tried this
SQLCA.DBParm="ConnectString='192.168.1.91:1521/ora8i'"
thru database painter it is connecting but not thru script.
what to do ?.