MySQL Forums
Forum List  »  Connector/ODBC

Display size column width parameter odbc.ini
Posted by: George MacDOnald
Date: November 01, 2021 09:37AM

Is there an ODBC parameter that will allow us to set the maximum display size of a returned column from mySQL, or is there default width we need to override? Currently the result is being truncated at 300 characters and the column type is JSON. Is there perhaps an odbc.ini setting to override, or an MySQL setting to stop limiting it?

The equivalent command in isql is -L<n> where n is the width we want to display.

E.g. isql -L5000

Thanks in advance.

Options: ReplyQuote


Subject
Written By
Posted
Display size column width parameter odbc.ini
November 01, 2021 09:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.