External

Since: Nov 17, 2008 Posts: 1
|
(Msg. 1) Posted: Mon Nov 17, 2008 12:03 am
Post subject: Lock Table and auto commit Archived from groups: alt>php>sql (more info?)
|
|
|
|
| When I use LOCK TABLE ... COMMIT, must I also use
odbc_autocommit(dbConn, FALSE)? In other words will auto commit
prematurely defeat the LOCK TABLE?
|
|
|