> What if multiple developers run the test at the same time on the same
> database table?

Shouldn't Sybase have table/row locking?  If that doesn't work then you
would probably have to put some sort of middleware in place and have your
ant task talk to an EJB or something.

>>The task would wrap Sybase BCP in order to copy controlled test
>>data into a database table, while preserving the data that was in the
>>table to be restored later.

But then, aren't you talking about putting the new data in without
overwriting the old data?  If that is the case then the concurrent access
issue is moot because the two developers would be writing to seperate rows.

-Phil


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to