Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> odbc with Oracle's drive and msdatashapes from Visual basic app.

odbc with Oracle's drive and msdatashapes from Visual basic app.

From: Nergiz Cagiltay <ncagilta_at_indiana.edu>
Date: Tue, 13 Feb 2001 10:53:24 -0500
Message-ID: <3A895874.74EB45C6@indiana.edu>

Hi,

I have a Visual Basic application that interface to ORACLE using ODBC and ADO.
I am having Oracle client 8.1.6.

When I open connection as:
db.Open "PROVIDER=OraOLEDB.Oracle;Data Source=ds;User ID=scott;Password=tiger;"
the application works fine, but when I open connection as:

db.Open "PROVIDER=MSDataShape;Data PROVIDER=OraOLEDB.Oracle;Data Source=ds;User ID=scott;Password=tiger;" I am having the following error when I try to insert or update any of the fields in the database:

Field not updatable, Bound Property Name: .......

Does any one having experience using Oracle's own driver with msdatashapes?

Thanks, Received on Tue Feb 13 2001 - 09:53:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US