-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String truncation when binding varchar(max) #231
Comments
For issue #231, force column size to be determined
Using a similar repro script, with text type the script failed with an ODBC error as follows:
Similar case with ntext type To repro, just use the followings for the above scenario:
|
@yitam does this issue sill exist? |
There is a solution to this problem? |
Hello @shemi |
When binding output parameters as varchar(max) or nvarchar(max), a string truncation error message may result. This does not happen if the argument is not 'max'. This problem is seen on both Windows and Linux.
The expected output is
The actual output:
The text was updated successfully, but these errors were encountered: