RE: [PHP] Migration from MySQL to MS-SQL Server

2005-12-09 Thread Thomas
Hi Behzad, It's not as easy as simply replacing the names. I went through a cycle like that myself. It is right to check your sql statements first (because 10 to 10 they will differ at some point). Be also mindful that with mssql you don't have an _insert_id() function, you would have create that

Re: [PHP] Migration from MySQL to MS-SQL Server

2005-12-09 Thread Marco Kaiser
hi, you should also check your sql statements because they are maybe not compatible. Mysql have many mysql specific functions and behaviors. 2) I have not worked with MS-SQL Server before. Is there anything else which > I should keep in mind? > -- Marco Kaiser