Click here to Skip to main content
15,913,408 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have DB in form of SQL with ASP.NET front end. I want to use this DB in PHP-MySQL. Is this type of conversion possible? And if possible, do i require any kind of tool or any other kind of materisl ? Inform me a bit in detail..

Thank You !!
Posted

Hi Kartiklalan

Here is a link to an example of how to use MSSQL with PHP, it should work out of the box, and it should not be necessary to install anything special, the "conversions" you are concerned about are handled by the adapters use, but newer version of PHP have evrything you need already.

I hope this helps

Regards
 
Share this answer
 
Well, you can write a php code to access your so called DB(you didnt mention the name of the DB) and MySQL and then transfer all data from table to table with no trouble :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900