Ok, last week this was working fine now its not. I am creating a remote view from an oracle 10g. server.
"CREATE SQL VIEW TMPVUE REMOTE CONNECTION REMOTECONNECTION AS SELECT * FROM "+tblname
when I go to execute this command I get error
"No result set has been returned by the server."
It was working fine last week and have done nothing to the server and use sqlexec command I get the expected returned empty remote view.
note: table in oracle is empty.
"CREATE SQL VIEW TMPVUE REMOTE CONNECTION REMOTECONNECTION AS SELECT * FROM "+tblname
when I go to execute this command I get error
"No result set has been returned by the server."
It was working fine last week and have done nothing to the server and use sqlexec command I get the expected returned empty remote view.
note: table in oracle is empty.