Feature request: transaction support
Brought to you by:
julian69
Transaction support.
* ODBC Socket Server doesn't support transactions.
The server disconnects after a query, so it is
"impossible" to do transactions. The dbtcp Project is a
system with a similar functionality than odbc socket
server (but not based in XML). With dbtcp, this is the
client who disconnects, not the server, so in theory
transactions are possible. It would be nice to mix both
technologies. :_)