Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Converting from Jet to ODBCDirect
I have a VB 5.0 app that we are just converting from Jet to ODBCDirect and I get a Driver Not Capable error when I try and add a new record. We are using Oracle 7.3. Here is the code:
Set rstPortfolio = daoDatabase.OpenRecordset(sSQL, dbOpenDynamic, 0, dbOptimistic)
With rstPortfolio
.AddNew
!Portfolio_Name = Trim(txtPortfolio.Text)
.Update
.MoveLast
Please Reply to
bduncan_at_epsilon.com
Received on Tue Jan 06 1998 - 00:00:00 CST
![]() |
![]() |