From: Date: March 26 1999 7:07am Subject: Re: MyODBC and Alpha Five List-Archive: http://lists.mysql.com/mysql/985 Message-Id: <016a01be774f$0cd8a940$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >Has anybody figured out how to configure Alpha Five for use with MySQL? >If not, can MySQL server or the ODBC driver be modified to accept the table >names in bracketed form? This would not be advisable, since this would, in all likelihood, violate ANSI SQL. Since the product is using brackets to enclose tables, I would guess that the database they use is really Microsoft Access. Knowing that, you might want to try and go into the actual database, create a link to a MySQL table, then tell Alpha Five to use the linked table, letting the ODBC driver translate the Access query into something that MySQL can understand.