Hi,

    I'm working in a project to simulate the database servers efficiency. The system consists in some modules, one of that is a protocol analyser (to spy the net).

    My problem, is that I need to work with Oracle servers, and I don't have the Oracle SQLNet protocol, so I decided to make an ODBC driver that operate as an spy, saving all the SQL sentences send by the client application, and then send it to the real ODBC Driver. This idea is very usefull, because, it could be used to work with all database engines that uses ODBC drivers ...

               MS ODBC -> Spy -> OracleODBC, MyODBC, ...
                           |
                           v
             XML file with the SQL statements

    Where can I find the ODBC API Documentation to create a new ODBC driver? and the JDBC API?

    Thanks,

        Fernando.
 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to