I have posted this question in the coding forum, I got no answers. I think I should post it here, it is more like a database question. Sorry for the double posts.
How difficult will it be to rewrite the php codes from php interbase/firebird to php mysql?
I am using php and interbase/firebird platform. I have clearly marked out the sql statements in my programming. If I need to transfer my codes to php and mysql. All I need to do is modifying the interbase sql codes to mysql sql codes. Right?
I have been setting up MySQL for the third party software and I have read the mysql maual. That is my current mysql experience.
How difficult it would be to modify Interbase sql codes to MySQL sql codes? I know some sqls are vendor's own statements. These have to be treated differently. Anyone can share his experiences, big picture and small details?
How difficult to transfer an interbase database structure to mysql database structure?
What cannot be transferred? What should I know in this transfer?
Any web sites, links, articles, pitfalls, your experience, anything regarding transfer from php interbase/firebird to php mysql?
Thanks!