You can put more than one application's tables in a given database. Don't know if BlogCFC has facilities for table prefixes, but it wouldn't be to hard to add if not. So blog_* for the blog, store_* for your personal store, etc. Short of that, you might look into something like sqlite, which is a file-based database that you could potentially run within your web directory, if they've got it installed on their servers. You might even be able to use it without a formal 'install', just unzip and go, but I'm not sure.
cheers, barneyb > -----Original Message----- > From: Mark Drew [mailto:[EMAIL PROTECTED] > Sent: October 20, 2005 1:02 PM > To: CF-Talk > Subject: Coldfusion Blog Software sans DB > > Good evening y'all > > I was wondering if any of the CF based blog stuff can run without a DB? > > ("But what of data storage?!" I hear you yell) > > I am finally hosting my site and moving my blog to my own domain, and I am > thinking that using up the DB (for there is yes, one and only one if I email > them and contort myself through loops) just for the blog seems silly, > (static files maybe?) > > Just wondered if anybody had some opinions? > > Otherwise I might have to do re-write of ray's to use static files or > something? > > Thanks in advance! > > -- > Mark Drew > http://cybersonic.blogspot.com > > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221697 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

