Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> odbc with Oracle's drive and msdatashapes from Visual basic app.
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
![]() |
![]() |