Arg81
Well-known member
Hi Guys,
My app has now gone live, and I've bumped into my first headache
One of my fields is used to write a lot of information in, and even though my SQL table is set to hold 2000 varchar for that field, when the row is submitted in my app, only the first 994 characters appear in my SQL table. However I can go into SQL and add the remaining characters, and then on my search form in the app, load the row and all characters appear OK in the field.
The problem is only when Inserting a new row.
Is this an issue with character limitations or am I missing something plainly obvious???
I could do with some advice rather quickly
Kind Regards,
Luke
My app has now gone live, and I've bumped into my first headache
One of my fields is used to write a lot of information in, and even though my SQL table is set to hold 2000 varchar for that field, when the row is submitted in my app, only the first 994 characters appear in my SQL table. However I can go into SQL and add the remaining characters, and then on my search form in the app, load the row and all characters appear OK in the field.
The problem is only when Inserting a new row.
Is this an issue with character limitations or am I missing something plainly obvious???
I could do with some advice rather quickly
Kind Regards,
Luke
Last edited: