MySQL Forums
Forum List  »  Microsoft Access

Re: Access Functions That Don't Work In MySql
Posted by: Marvin Eads
Date: February 15, 2005 01:50PM

I dont recall reading any sources when we started using MySQL.

One is the date() function in Access. It is curdate() in MySQL.

Also, [] brackets dont work with MySQL. I had to delete all those.

DELETE * FROM tablename is DELETE FROM tablename

All I can think of right off. Just a few quirky things I learned the hard way going from Access to MySQL

Options: ReplyQuote


Subject
Views
Written By
Posted
2886
November 09, 2004 08:40PM
Re: Access Functions That Don't Work In MySql
2044
February 15, 2005 01:50PM


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.