JDBC bug?
Betty Chang
bettyc at aimnet.com
Thu Feb 24 02:26:04 EST 2000
Hello -- I have found 2 problems. Are these known bugs?
(1) If I update a row within a transaction, then try to read the same row within the transaction, the program hangs, because the row has become locked. I am using the same Connection object. I have tried reading both with the same and with different Statement objects and it hangs in both cases.
(2) If I update a row within a transaction, then do a close() on the Statement object,. or a PreparedStatement object, then commit() later on, the update never takes place. I have to wait until after the commit() to close the statements. This is not as big a problem as (1).
Thanks
Betty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/freetds/attachments/20000223/4fc24c52/attachment.html
More information about the FreeTDS
mailing list