RE: OCI wrapper library

2003-08-28 Thread Mladen Gogala
I'll send you my OCI wrapper. It was written for V8 and it cannot do object types, but, on the other hand, it's easy to understand and performs really well. I wrote it a few years ago and I didn't have enough time to maintain it. -- Mladen Gogala Oracle DBA -Original Message- Tanel Po

Re: OCI wrapper library

2003-08-28 Thread Tanel Poder
Thanks Stephane. What I want to do is to write a simple transparent transaction manager, preferrably by having my program listening on a TCP socket. The client would connect to my written daemon which passes requests on to server and returns resultst to client. The purpose? Just fun. And I'd like

RE: OCI wrapper library

2003-08-28 Thread Stephane Faroult
Not sure that I understand quite well what you want to do (catching statements? Some à la Sybase 'Open Server' ?) but it is possible that what is defined in the OCI FM as 'user defined callbacks' is, partly, what you are looking for (I have never used them); I *think* I have read something once