Display size column width parameter odbc.ini
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.
Subject
Written By
Posted
Display size column width parameter odbc.ini
November 01, 2021 09:37AM
December 06, 2021 02:57AM
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.