How about you start with a search of your code base for the word DELETE. Rows can't just be deleted without a DELETE statement. If your app uses stored procedures, you may need to look there. Also check your database for any triggers that may be setup to delete rows.
The alternative is that someone is running some sql injection code, but you said you were the only user right? Brook -----Original Message----- From: Don L [mailto:[email protected]] Sent: August-05-09 12:29 PM To: cf-talk Subject: Re: Could use some inputs What nonsense are you churning out? > I have help with problems to your motivated issue of capable > proportions that might hint to the extinction of the not cf coding > issue... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:325237 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

