> I use mySQL primarily in production, although I have > clients using MS SQL and work in it a fair bit every > day. The code I write has to *always* port > interchangeably between these two platforms, > as well as Access and Oracle, so I don't get fancy > with *any* platform's functions.
You might have another glance at the onTap framework features. It handles most sql select statements with inner and outer joins and even character-column concatenation with a platform-independent syntax, in addition to managing dsn information and automating a lot of sql tasks (like formatting the orderby clause, case-insensitive filters and sorting -- useful since Oracle defaults to case-sensitive), etc... So once you get used to not working with ad-hoc queries directly, it's a real time-saver for keeping your applications db-independent. And it's been tested with the 4 databases you mentioned. 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196393 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

