G
Guest
for example:
connectionstr="DATA SOURCE=192.168.1.11:1521;UID=bnd;PWD=bnd;" instead of
connectionstr="DATA SOURCE=sid;UID=bnd;PWD=bnd;"
new oracleconnection(connectionstr);
is it ok, and what is the format of data source?
connectionstr="DATA SOURCE=192.168.1.11:1521;UID=bnd;PWD=bnd;" instead of
connectionstr="DATA SOURCE=sid;UID=bnd;PWD=bnd;"
new oracleconnection(connectionstr);
is it ok, and what is the format of data source?