Oracle Driver Not Capable Error on Update?? 
Author Message
 Oracle Driver Not Capable Error on Update??

I am using VB5 accessing an Oracle database using RDO.  I am creating an
updatable resultset and adding a record.  The following code works in SQL
Server:

  Set phInboundRS = rdoConn.OpenResultset(rdoSQL, rdOpenDynamic,
rdConcurRowVer)

  phInboundRS.AddNew
  [code that adds field data]
  phInboundRS.Update

On the Update, I am now receiving S1C00 [Microsoft ODBC Driver for Oracle]
Driver Not Capable.  Does anyone know the correct paramters when opening
the resultset?

TIA for any assistance.



Mon, 17 Jan 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Oracle Driver Not Capable Error on Update??

2. Delete, Edit OK. AddNew=Error 524: Driver Not Capable

3. Driver not Capable <rdo error>

4. SQLColumns help (Driver Not Capable)

5. Crystal6 - SQL Server, Driver not capable ??????

6. Oracle ODBC driver / Microsoft ODBC driver for Oracle

7. object or provider is not capable... error

8. General Driver Errors accessing an Oracle Database

9. ERROR WITH MICROSOFT ODBC DRIVER FOR ORACLE, URGENTE, PLEASE

10. Trouble with ADO in VB5 to Oracle 7.33, using the Oracle 73 driver

11. VB5 / Oracle 803, Microsoft driver for Oracle 2.73

12. Error: 40002 - 01S03: [Microsoft][ODBC SQL Server Driver]No rows updated or deleted

 

 
Powered by phpBB® Forum Software