|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
convert mssql2mysql
hya!
I was wandering if it is possible to convert a complete mssql-database with asp to a mysql with php without any problems... You see, i've made a page with a friend of mine (who did the coding). Due to the fact that he no longer has an internetconnection and the costs of mssql webhosting, i would like to change it to mysql. Now, i've read something about mssql2mysql and asp2php converters, but wasn't sure if this would be the answer. Do we have to re-write the complete database and asp-files, or is there a much easier way?? Is it for instance possible for asp to connect to mysql?? cheers, ronald |
|
#2
|
|||
|
|||
|
RE: convert mssql2mysql
Convert mssql to mysql? I would just do a dump of the database on mssql and then import that into mysql..you should be able to use the bcp utility in mssql to export to a comma deliminated file and then use mysqlimport to get it into mysql..
Can ASP connect to mysql? Yes. Convert asp to php? yes, there is a utility to do it called asp2php. You will still need to tweak the php code after it is done... |
|
#3
|
|||
|
|||
|
RE: convert mssql2mysql
hey,
ok, so the only thing i have to do is to convert the database and change the connection statements in the asp-file?? cheers, ronald |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > convert mssql2mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|