Hi,I am testing a new application that adds records in an AS400 DB.
Trying to insert a record thru the resultset.AddRow and resultset.SetValue methods returns an ODBC error “626 LS:DO Read Only - Data caanot be updated or deleted”.
And adding the same data performing an “Insert into” statement thru resultset.Execute nicely adds the record to the file.
Any idea what could be causing this. Although using the insert statement is a perfect valid solution to use, I would like to know what is going wrong.
I am on a W2000 professional workstation and using the IBM Client Access ODBC driver.
thanx,
- Tom -