"[EMAIL PROTECTED]" wrote:
> 
> Hello
> 
> I was wondering if the support for asp in apache also includes ODBC access from a 
>asp script to a MS Access database or other ODBC source.
> Like it is posible in a MS Web server?
> 

Perl database access is handled through the DBI layer,
check out: http://dbi.symbolstone.org/

In general, I don't think you will find much support for
Access on unix, however, if you are using Apache::ASP + mod_perl
on Win32 platform, you may get an ADO object through the 
$Server->CreateObject() API.

Generally, people recommend that you look at MySQL for 
database access if you are looking at moving to Unix.

-- Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to