Connecting to Oracle using ODBC and DAO 
Author Message
 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



Sat, 04 Dec 1999 03:00:00 GMT  
 Connecting to Oracle using ODBC and DAO

Quote:

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

with sql-server it worked with   =

Set rstOracle =3D dbaCdaOracle.OpenRecordset("select * from
CDA.query_object")



Sat, 04 Dec 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Connecting to an oracle database with dao and odbc

2. How to connect to ORACLE other than using ODBC

3. Problem connecting to Oracle Database using ODBC

4. Error Connect to ORACLE using ODBC - MSORCL32.DLL

5. Connecting to Oracle using connect string

6. Unable to connect Oracle using the Microsoft OLE DB Provider for Oracle

7. DAO or RDO for connecting to ORACLE????

8. Error connecting Oracle with Dao/Rdo

9. Oracle ODBC driver / Microsoft ODBC driver for Oracle

10. DAO - Connect to SQL Server via ODBC

11. How to connect VB witout usin ODBC to Oracle databases

12. Anybody have info on connecting VB4 to Oracle via 16-bit ODBC

 

 
Powered by phpBB® Forum Software