I can't seem to find anything in the documentation about maximum sizes
for binding C strings. I'm getting an invalid precision error (HY104)
when attempting to bind a string of approximately 16k. This is being
inserted into a text column in the database. (using SQL_C_CHAR /
SQL_CHAR).
Is there a limit on the size here? If so, where is this documented and
what is the alternative for inserting long strings into text fields?
>> Stay informed about: SQLBindParameter on a text field with a C string >16k