Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01480 when putting table into dataset

383729Dec 16 2002 — edited Dec 31 2002
I have a function that recalls (GetDataset) a table from my 8.1.7 database & one that updates (UpdateDataset) a dataset (and underlying tables).

The Getdataset works just fine until I have run the update dataset. After the UpdateDataset runs successfully the database now has the new information in it. Now when I go to use GetDataset again I get the following error:
'ORA-01480: trailing null missing from STR bind'

This only happens AFTER I have run the updatadataset. I changed the Getdataset back to the Microsoft Data Provider for .NET and the GetDataset works just fine.

The update uses standard commandbuilder stuff - nothing fancy - to generate insert, update, and delete command strings.

Anyone seen this before?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 28 2003
Added on Dec 16 2002
17 comments
3,898 views