ORA-01480 when putting table into dataset
383729Dec 16 2002 — edited Dec 31 2002I 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?