RDO And Oracle Odbc Driver. 
Author Message
 RDO And Oracle Odbc Driver.

Hello there.

I'm using an oracle workgroup server database 7.3 and a Visual Basic
front-end application with RDO to access this database via ODBC.
I'm having problems when i try to use an OpenResultSet method. I get the
errors: "Driver does not suppor this funcion" and "Driver not capable".
The curious yhing is that i can access the database and open a recordset
using DAO.
Does anyone know what i might be doing wrong.

I would really appreciate some answers.

Thank you very much.


Aguiar.



Mon, 12 Apr 1999 03:00:00 GMT  
 RDO And Oracle Odbc Driver.

Quote:

> Hello there.

> I'm using an oracle workgroup server database 7.3 and a visual basic
> front-end application with RDO to access this database via ODBC.
> I'm having problems when i try to use an OpenResultSet method. I get the
> errors: "Driver does not suppor this funcion" and "Driver not capable".
> The curious yhing is that i can access the database and open a recordset
> using DAO.
> Does anyone know what i might be doing wrong.

> I would really appreciate some answers.

> Thank you very much.


> Aguiar.

Not sure what you're doing wrong but I would seriously consider abanding
RDO with Oracle and just use ODBC. There are a number of bugs in RDO
that could end up making your coding difficult in the short run and
fustrating in the long run.

        Jim



Tue, 13 Apr 1999 03:00:00 GMT  
 RDO And Oracle Odbc Driver.

Quote:

>Hello there.
>I'm using an oracle workgroup server database 7.3 and a visual basic
>front-end application with RDO to access this database via ODBC.
>I'm having problems when i try to use an OpenResultSet method. I get the
>errors: "Driver does not suppor this funcion" and "Driver not capable".
>The curious yhing is that i can access the database and open a recordset
>using DAO.
>Does anyone know what i might be doing wrong.
>I would really appreciate some answers.
>Thank you very much.

>Aguiar.

Post the code you're having trouble with, and I'll try to help you
out.

--
Joel



Wed, 14 Apr 1999 03:00:00 GMT  
 RDO And Oracle Odbc Driver.

To get RDO working you have to use a "better" odbc-driver than the
Oracle driver - it does not support the required (by RDO) ODBC functions
- and btw it's slow too.

I have been using Intersolv's driver - it works with one exception:
prepared statements with parameters - due to the drivers incapability to
support the SQLDescribeParam ODBC function.

Currently I haven't heard of any driver for Oracle7 that fully supports
RDO! (If anyone does, please tell!)

-Palle Toftlund

Quote:

> Hello there.

> I'm using an oracle workgroup server database 7.3 and a visual basic
> front-end application with RDO to access this database via ODBC.
> I'm having problems when i try to use an OpenResultSet method. I get the
> errors: "Driver does not suppor this funcion" and "Driver not capable".
> The curious yhing is that i can access the database and open a recordset
> using DAO.
> Does anyone know what i might be doing wrong.

> I would really appreciate some answers.

> Thank you very much.


> Aguiar.



Sat, 17 Apr 1999 03:00:00 GMT  
 RDO And Oracle Odbc Driver.

Palle -

We had this same problem in our test lab with both Intersolv and
Visigenics connecting to Sybase.  But Simba Technologies'
(www.simbatech.com) SimbaExpress product DOES support parameterized
statements and queries using RDO!  And you're right, it is a problem
with SQLDescribeParam support in ODBC. Simba Tech has been the only one
we have found that does fully support the extensions to ODBC level 3.  I
have not used it for Oracle, but I am sure they too support them.

Since we are in the middle of testing this ODBC driver, I cannot comment
on their speed.  But I will let you know how the tests come out.

Stuart McClure
InfoWorld

Quote:

> To get RDO working you have to use a "better" odbc-driver than the
> Oracle driver - it does not support the required (by RDO) ODBC functions
> - and btw it's slow too.

> I have been using Intersolv's driver - it works with one exception:
> prepared statements with parameters - due to the drivers incapability to
> support the SQLDescribeParam ODBC function.

> Currently I haven't heard of any driver for Oracle7 that fully supports
> RDO! (If anyone does, please tell!)

> -Palle Toftlund


> > Hello there.

> > I'm using an oracle workgroup server database 7.3 and a visual basic
> > front-end application with RDO to access this database via ODBC.
> > I'm having problems when i try to use an OpenResultSet method. I get the
> > errors: "Driver does not suppor this funcion" and "Driver not capable".
> > The curious yhing is that i can access the database and open a recordset
> > using DAO.
> > Does anyone know what i might be doing wrong.

> > I would really appreciate some answers.

> > Thank you very much.


> > Aguiar.



Sat, 24 Apr 1999 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. RDO and Oracle ODBC driver

2. Oracle ODBC driver / Microsoft ODBC driver for Oracle

3. RDO 2.0 and Oracle 7.x ODBC drivers

4. ODBC Drivers for Oracle with RDO

5. HELP on connection to Oracle with Microsoft ODBC for Oracle Driver

6. Q:RDO and 32-bit Oracle drivers compatible?

7. ODBC driver limitation with RDO

8. informix ODBC driver for I-Connect cannot support the RDO

9. Problem with RDO and RUMBA DRDA ODBC Driver

10. VB4 Front end to Oracle7 w/SQL*NET2 -- Need ODBC driver to support RDO

11. Question on ODBC 32 bit driver, and RDC/RDO

12. Problems with Access ODBC Desktop Driver and RDO

 

 
Powered by phpBB® Forum Software