This topic is locked

Multiple-step OLE DB operation generated errors

9/25/2006 11:01:52 AM
ASPRunnerPro General questions
S
skillsware author

When editing a record from a MS SQL table, all the field data including nulls is being displayed in the edit field.
The problem occurs if you want to add some data to a field eg change Mr to Mrs, the field definition is long enouth to take the extra character but because the null characters are being posted as well there is not enouth space, so you get the dreaded Multiple-step OLE DB operation generated error message
How can you strip out the null characters ?

Sergey Kornilov admin 9/25/2006

I don't think this error message is caused by NULL characters.
Zip and send generated ASP files to support@xlinesoft.com. Also include project file and script that creates required tables in SQL Server.