
Connecting to Oracle using ODBC and DAO
Hello,
I have a problem with executing the statement below in VB5:
Set rstOracle = dbaCdaOracle.OpenRecordset("select * from query_object")
It always returs error 3078:
"...cannot find the input table or query 'CDA.QUERY_OBJECT'...",
which exists since the previous lines executed were:
strSQL = "DELETE FROM QUERY_OBJECT"
dbaCdaOracle.Execute strSQL, dbSQLPassThrough
best regards, Ulf