Hi, > Could you please tell us what are the differences > between ORACLE SQL plus and MYSQL SQL? We developed
"oracle sql plus" is a client side application to execute SQL statements. "oracle sql" is Oracles version of standard SQL (which is not standard) and "mysql sql" is MySQLs version of standard SQL, which is not standard either. > application using ColdFusion with Oracle. Now I like > to point my application to mysql database. How do I > fix my application to work with Mysql? Remove any Oracle specific syntax, try to find the SQL standard syntax for it - if available - and if that doesn't work, try the MySQL version of the SQL. With regards, Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL Server Upscene Productions http://www.upscene.com Database development questions? Check the forum! http://www.databasedevelopmentforum.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]