Zergman Posted August 10, 2008 Share Posted August 10, 2008 I built an application for work using php and mysql. My admins want me to put the app on the network using their oracle database. I found some tutorials on how to move the database from mysql to oracle, but unsure what/if things will need to be changed in my pages itself. I would assume the connection to the oracle database would need to be changed, but anything else? sql statments perhaps? Quote Link to comment https://forums.phpfreaks.com/topic/119066-moving-from-mysql/ Share on other sites More sharing options...
Mchl Posted August 16, 2008 Share Posted August 16, 2008 Perhaps you should consider using some db abstraction library? See PHP Data Objects for example. Using it you should be able to create a code, that can easily be connected to diffirent db servers by simply changing a driver. Quote Link to comment https://forums.phpfreaks.com/topic/119066-moving-from-mysql/#findComment-617957 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.