Roger writes:

> Hi,
> Anyone know how to use MySQL in
> an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI)
> application?

I don't have any experience with ISAPI, but as far as I know
the major point is that your programs have to be thread safe
and use a thread safe version of the mysql client library.
A good place to start would probably be
http://www.mysql.com/doc/T/h/Threaded_clients.html

//C

-- 
 Carl Troein - Círdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


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