> Actually, you can only suggest isolation levels to DB, the DB
> is the one that sets isolation levels and does what it think
> is the best thing.

While I imagine this could be true for some database, it certainly isn't
true for either SQL Server or Oracle. I don't even think it's true for
locking hints in SQL Server, although I use them infrequently enough that I
could be wrong about that.

> Also, correct me if I am wrong, but "serializable" is the default
> setting for cftransaction tag.

As far as I can tell, this is wrong. The default value is unspecified by CF,
and is dependent on your database. For most databases, that'll be "read
committed".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to