I don't know that there's a book that really covers the two topics together, if that's what you're asking.
The interaction between CF and whatever database you choose to use is really pretty much the same. The only difference would be in your cfqueries, knowing that the SQL you're writing is appropriate for the database engine you're using. e.g. SELECT TOP 10 * FROM tablename will work in SQL Server, but not mySQL. If you want a CF book, check out the ColdFusion Web Application Construction Kit series. If you want a book on mySQL...well, unfortunately I can't really offer up a recommendation (altho there's rumored to be a mySQL book written by some guy named Ben Forta). Is there anything specific that you're looking to see addressed in a book? Just curious if you're looking for a book on ColdFusion, mySQL, or again... one that covers both. On Wed, Feb 17, 2010 at 3:18 PM, Rob Voyle <[email protected]> wrote: > > Hi folks > > Any recommendation for a good starter book for coldfusion and Mysql > > Thanks > > Rob > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330851 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

