From: Pavol S. <pa...@st...> - 2003-03-04 13:36:39
|
Carlos Guzm=E1n =C1lvarez wrote: > Hello: > >> >> This is already made, a connection can have only one active=20 >> transaction and this is rollbacked when you close or dipose=20 >> connection, but i think can be good to drop all active prepared=20 >> statements when you close connection, any thoughts?? >> > > I have added to the CVS some changes for allow this, and i have added=20 > the changes for the error that you report yesterday with named=20 > parameters. > > > Hi, if you want some inspiration you can check IBX sources or something like=20 this... The main idea is, that each command have to track his=20 transaction and each transaction have to track all its commands (same=20 with reader and command)... transaction have list of all commands and=20 each command have its transaction... will tray make for you little sample= ... p. p. |