hi. I just converted an Acces 2000 database to mysql by exporting all of the tables from Access to mysql via ODBC and myODBC connection. Everything went well.
Now I am having trouble using select queries in mysql with table and field names that have spaces. I have read that field and table names with spaces should never be used. Do I have to remove all the table and field spaces? I have like 50 tables with spaces and columns in them. Can I surround these name with brackets [] or something else like in Access VBA.
Thanks alot.
Now I am having trouble using select queries in mysql with table and field names that have spaces. I have read that field and table names with spaces should never be used. Do I have to remove all the table and field spaces? I have like 50 tables with spaces and columns in them. Can I surround these name with brackets [] or something else like in Access VBA.
Thanks alot.