Unless your dbms actions are inside of a transaction i would think you would certainly need to worry about collisions (or race conditions)

Another way around it would be to create the view with some sort of unique value as part of the view name. Something that you know will be unique for every request.

/John

Alan Wolfe wrote:

hey guys,
if in a .taf file, i have a dbms to create a view, another to use a view, then another to drop the view, and the view is named something constant like myview, is it possible to have a collision?
like have someone hit the dbms to create a view but the view has already been created by another user but not yet dropped?
if so does anyone know a way around this?
Thanks!
Alan


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to