Re: Efficient way to delete lots of rows at a time?

2008-02-06 Thread Thomas Vandahl
brainville wrote: What I have noticed, though, is that the doDelete method seems to be performing a select, then executing a separate delete statement for each returned row. In one specific example, there are 12000 people that belong to a category -- that's 12000 separate delete statements. Is

No DataSourceFactory configured

2008-02-06 Thread Owen B. Mehegan
Hi, I've seen this question asked many times in the mailing list archives, but so far I can't figure out a solution to the problem in my case. I have a unit test that is using Easymock to create mock database objects to test against. When I run the test, it always fails with this error:

Re: No DataSourceFactory configured

2008-02-06 Thread Frank Nguyen
Were you able to connect to any other database than recoverable database? what driver did you use ? were you able to connect to recoverable database itself using JDBC test with the same username and password? Lastly, try using different different dsfactory to see if it works for you. Here is my