Hi all,
Please can anyone tell me how to conect to a UNIX database through webspeed on Win NT without specifying it in the broker.
I have connected the Win NT database through the broker.
i have tried the connect command as below for the UNIX database.
connect -db dbname -N tcp -H hostname -S servicename.
if connected("dbname") then
do:
display "Yes".
end.
else
display "No".
it displays "yes" on the web but the data captured is not of the UNIX database but that of the Win NT database.
thanking u all.
Please can anyone tell me how to conect to a UNIX database through webspeed on Win NT without specifying it in the broker.
I have connected the Win NT database through the broker.
i have tried the connect command as below for the UNIX database.
connect -db dbname -N tcp -H hostname -S servicename.
if connected("dbname") then
do:
display "Yes".
end.
else
display "No".
it displays "yes" on the web but the data captured is not of the UNIX database but that of the Win NT database.
thanking u all.