Re: [PHP] moving data from mssql to mysql on linux

2006-03-14 Thread Philip Hallstrom
I have a project where I need to connect to a remote SQL Server and move data from their to my localy MySQL server. On the remote SQL Server, I only have access to a few views but need to get their data and move it to my local MySQL db. What is the best way to do this? I have freetds compiled a

[PHP] moving data from mssql to mysql on linux

2006-03-14 Thread blackwater dev
I have a project where I need to connect to a remote SQL Server and move data from their to my localy MySQL server. On the remote SQL Server, I only have access to a few views but need to get their data and move it to my local MySQL db. What is the best way to do this? I have freetds compiled an