[python-win32] Adding a really odd feature to Access as an odbc driver
Grzegorz Adam Hankiewicz
ghankiewicz at rastertech.es
Tue Mar 6 17:06:36 CET 2007
Hi.
I have an old application which uses Access, and possibly the reason why
concurrent access wasn't designed is because transactions are not
supported, so multiple writes could be trouble.
I was wondering if it would be possible to serialise all the read/write
operations through a micro server with pywin32+twisted. I guess this is
possible since the server just reads requests and deals them in a
syncronous way. However, would it be possible to connect from the
application to this serialisation server through odbc? Would this mean
implementing a dummy odbc driver which just relays/gets the information
and install it in the client?
The idea is implementing this behind the scenes without requiring to
touch the original application. Is this possible at all?
--
Rastertech España S.A.
Grzegorz Adam Hankiewicz
/Jefe de Producto TeraVial/
C/ Perfumería 21. Nave I. Polígono industrial La Mina
28770 Colmenar Viejo. Madrid (España)
Tel. +34 918 467 390 (Ext.18) *·* Fax +34 918 457 889
ghankiewicz at rastertech.es *·* www.rastertech.es
<http://www.rastertech.es/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070306/d1d96396/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sig.png
Type: image/png
Size: 10038 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20070306/d1d96396/attachment.png
More information about the Python-win32
mailing list