U
Usarian Skiff
Working with vb.net (1.1) and SQL Server 2000 here.
I have textboxes and datetime pickers bound to a parent a child table.
When I try to execute a da.update, I get a SQL server error "String or
Binary data would be truncated"
I have looked at all my columns, and haven't found any obvious size issues
for the data that I'm dealing with.
I am using text, nchar(255), and smalldatetime data types.
Is there a way to narrow down which column(s) are causing the issue?
How many characters does the text datatype expect?
I have textboxes and datetime pickers bound to a parent a child table.
When I try to execute a da.update, I get a SQL server error "String or
Binary data would be truncated"
I have looked at all my columns, and haven't found any obvious size issues
for the data that I'm dealing with.
I am using text, nchar(255), and smalldatetime data types.
Is there a way to narrow down which column(s) are causing the issue?
How many characters does the text datatype expect?