On Sun, Nov 10, 2002 at 07:33:37PM +1030, David Lloyd wrote:
> 
> I know that there are binding that allow one to speak SQL to MySQL for:
> 
> * PHP
> * Perl
> * Java
> 
> ...there must be more, all with their own idiosyncrancies, strong points
> and weaknesses. Rather than having a holy war about which binding is
> better (I prefer Perl but I certainly use PHP when it's appropriate), why
> don't we talk about which bindings exist and their features...

While I can comment on many of them, they exist for nearly every
popular language: ruby, python, C, C++, perl, java, lisp, and so on.
Most of them are based on the C API.  Some languages expose the C API
in a fairly direct fashion (like PHP), while others are quite
elaborate about wrapping it (Java, Visual Basic/ADO/ODBC/etc) so that
it fits the way users of those languages are accustomed to working.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 3.23.51: up 96 days, processed 2,007,197,930 queries (241/sec. avg)

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