Link to home
Start Free TrialLog in
Avatar of gmoriak
gmoriak

asked on

ADODB.recordset.AddNew

I'm trying to add a row to an ADO recordset, which I will later save to the DB.

The AddNew method raises an error "The operation is not supported by your provider"

The syntax is

rsData.AddNew

What am I doing wrong?  The DSN is ODBC to Oracle 7.3.4
ASKER CERTIFIED SOLUTION
Avatar of gajendra
gajendra

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gmoriak
gmoriak

ASKER

I set it to adOpenDynamic, but still get the same error - 3251