I have few databases in sql format. They are not compatible with wordpress. How can I make them compatible with wordpress? Regards
install the php plugin and you can connect to all off them and display the out put if thats what I am thing you are trying to do
He's saying that php connects differently to mssql (I think MSSQL is what you mean by SQL). See this link: http://www.webcheatsheet.com/PHP/connect_mssql_database.php If wordpPress has some plugin to connect to mssql databases, you must install it, otherwise you can change the code in wordpress download. Another alternative can be to export those MSSQL databases and import in MYSQL. regards
No he is saying that, he has an sql database which is for another cms or smt... And he likes to use it on wordpress. Which is also my problem
Exactly. I have a database which is from another cms and I want to make it compatible with wordpress.
you have to port it because it most likely have different table name/structure... create a stored proc that will do the job