Use of [] square-brackets to enclose table/column names
Posted by: Doug Johnston
Date: January 09, 2013 09:45AM

I am trying to connect into a MySQL schema via an existing application. That application allows you to specify a connection string which I was able to implment ... the connection now works.

Unfortunately, the application includes the use of [] (square brackets) to enclose table and column names when interacting with the MySQL tables ... it's hard-coded into the application so, I can't change that.

As you know, MySQL can be configured to use `, " or '.

Does anyone know of a MySQL configuration parameter that would allow me to specify that this MySQL schema should use [] instead? In all the reading I've done so far, I fear the answer is no.

Thank you for anything you can offer.

Doug

Options: ReplyQuote


Subject
Views
Written By
Posted
Use of [] square-brackets to enclose table/column names
14290
January 09, 2013 09:45AM


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.