InfoPath Error: Cannot creat a row of size...

I

IceManPaulWall

I am designing a form that connects to a MS SQL 2003 Server. I am using
InfoPath 2007 to design my form. When I try to submit the form I get the
following error.

"Cannot create a row of size 8305 which is greater than the allowable
maximum size of 8060."

Any help is greatly appreciated.
 
S

Swathi

Hi,

I think in database the field is getting restricted for size.
Check for which field it is showing that error. To do that use try, catch
blocks in the submit button code. You will get the details of the error in
the catch block.
Check the size for that row in the database.

Hope this helps you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top