ODBC API documentation is, of course, available from Microsoft and is
included with Visual Studio or available from their website (I'm not sure of
the exact URL).  All of the MyODBC source is available from your closest
MySQL Mirror site.   ODBC and JDBC are not the same.  Try Sun for JDBC
specifications.

Good luck...

Pat...
[EMAIL PROTECTED]

----- Original Message -----
From: "Fernando Rodríguez Sela" <[EMAIL PROTECTED]>
To: "MySQL Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 2:53 AM
Subject: ODBC Driver documentation request (again)


> Hi,
>
>     I wrote some days ago making this same question, but I had problems
> witch my mail, and I lost messages (and probably some answers) ... so if
> somebody answered me, please, re-send it. Thanks.
> --------------------------------------------------------------------------
--------------------------------------------------
>
>     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?
>
>     Regards,
>
>         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
>


---------------------------------------------------------------------
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