Start by making a copy of dbo_mysql.php, and modifying the appropriate MySQL-specific function calls. Luckily, there should be just about a 1:1 correspondence between the MySQL functions and MS SQL functions.
One thing to watch out for: on line 525, $column->table should be $column->column_source. Everything else should be about the same, other than the column mappings, which you'll find in the $columns array, and the column( ) method. Aw hell, I'll just do it myself... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
