Hi,
Did anyone of you ever write some kind of application server to connect
using TCP/IP to *any* database system (preferrable using ADO).
The server should be multithreaded of course...
It should only do INSERT, UPDATE, DELETE, SELECT in transaction mode
(meaning failed DML could be rolled-back). Plus give table information about
the columns.
If so... any observations or idea's on how to proceed. I reckon that i could
use the rserver from Don Dickinson as a starting point.
Cheers
Steven
Did anyone of you ever write some kind of application server to connect
using TCP/IP to *any* database system (preferrable using ADO).
The server should be multithreaded of course...
It should only do INSERT, UPDATE, DELETE, SELECT in transaction mode
(meaning failed DML could be rolled-back). Plus give table information about
the columns.
If so... any observations or idea's on how to proceed. I reckon that i could
use the rserver from Don Dickinson as a starting point.
Cheers
Steven
Comment