I have written some ISAPI filters and extensions that use the MySQL C
API. By using the MySQL C API, you don't need to install MyODBC, and your
data access will be a little faster, compared to MyODBC. The C API also is
extremely easy to use.
I have, however, found an apparent problem with th
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
You can use the same basic way as if you where using M$ or IB using the
MyODBC or ?
I use ASTA and connect through that way. If you need more let me know I'll
try and help you out.
M;)
> Hi,
> Anyone know how to use MySQL in
> an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI)
> a
Hi,
Anyone know how to use MySQL in
an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI)
application?
Thanks,
Roger
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.my