Broken packet, data length ... exceeds field length
Posted: Thu 06 Aug 2015 10:43
Hi, I'm using Builder c++ 6 and UniDAC to connect to SQL Server.
To workaround the error reported in my previous post (SQL server and datetime2) I'm using now Provider=prDirect.
If I have many data in a TUniQuery (i.e. 1300 rows) I have this error
"Broken packet, data length 65280 exceeds field length 256"
If I use Provider = prNativeClient I don't have this error.
What should I do? Should I create a new connection (I wouldn't do that)?
Regards
Alessandro
To workaround the error reported in my previous post (SQL server and datetime2) I'm using now Provider=prDirect.
If I have many data in a TUniQuery (i.e. 1300 rows) I have this error
"Broken packet, data length 65280 exceeds field length 256"
If I use Provider = prNativeClient I don't have this error.
What should I do? Should I create a new connection (I wouldn't do that)?
Regards
Alessandro