Look into Perlscript. It's not really an answer to "can ASP implement
DBI", but it's a start.
At 07:57 PM 5/31/01 -0600, Glenn Emery wrote:
>Hi All,
>
>Please excuse the ignorance...................
>
>Very new to this and have gotten an Access Database ported over to MySQL now
>I am hitting the ASP pages and am wondering if it is possible (and more
>efficient) to use DBI within active server pages?
>
>The pages work right now using the SET CON =
>Server.CreateObject("ADODB.Connection")
> CON.Open "profilegroup"
>
>I am using Chilisoft ASP 3.6 Apache 1.3.19 and MySQL 3.23.36 and would like
>to use the most efficient means possible.
>
>Thanks!
>
>Glenn