>> I know that we will have to rewrite anything that we have >> used MSSQL >> functions and MSSQL SQL commands.
> Less than you think needs rewritten -- MySQL has lots of > common MS-SQL > (and Oracle, etc) commands built-in or aliased to the > native MySQL > functions. The only difference in very common SQL off the > top of my > head is the non-standard way Microsoft does queries with a > rowlimit -- > MySQL uses SELECT xxxxxx LIMIT N etc instead of SELECT TOP > N xxxxxx > like MS-SQL. Don't you still lose the ability to use views, stored procedures, triggers and custom functions with the latest versions of MySQL? I think most applications wouldn't suffer from the lack of procedures, triggers or functions, but the lack of views is what I find personally frustrating more than the rest. Although I still like stored procedures for certain tasks and very occasionally a function or trigger. s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196333 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

