Comments - CONNECT ODBC Table Type: Accessing Tables From Another DBMS

7 years, 11 months ago Cruz Cranford

In using the ODBC connect engine to connect with Netezza, I had to use quotes around all of the identifiers/column names as Netezza by default uses uppercase tables for all unless you enclose them in quotations. The QCHAR option in creating the table on MariaDB will address this issue, but you have to enable QUOTED=1 in order for it to be used as by default its disabled and that is not listed on this page ( that I could find ). Hope this helps someone else in the future.

ie.

engine=connect table_type=ODBC block_size=10 quoted=1 qchar='""' connection='DSN=NZSQL'

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.