MySQL Forums
Forum List  »  Connector/ODBC

spaces in field names
Posted by: Mariusz Gadek
Date: April 01, 2005 03:16AM

Hi,

Some DB user have a nice idea to use spaces or other characters in field names like: Field 1 or Field-1 a.s.o.
Does ODBC driver for MySQL support a way to deal with such bad things?
I mean querys like that:
SELECT myTable."Field 1", myTable."Field-1" FROM myTable?
It works on all other databases I have tested but there is a problem when using MySQL via MyODBC. Any ideas why it doesn't work?

thx

Mariusz

Options: ReplyQuote


Subject
Written By
Posted
spaces in field names
April 01, 2005 03:16AM


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.