Edmar Edilton da Silva wrote:
>
> Hi all,
>
> Please, can anyone tell me what driver I can use to access the MS
> SQL Server database? I am using the freetds_dbd driver, but It
> doesn't work properly when under heavy workload, the child processes
> of the apache server are aborted. I think that the problem is the
> freetds_dbd driver, because I am wanting to use another driver. If
> someone must help me I will be very appreciated. Thanks...
You can use DBD::Proxy on your un*x web, and DBD::ODBC on a win32
station. But that might cause some overhead. I don't know if
Apache::DBI can be used over DBD::Proxy as it can be over DBD::Sybase.
Give it a try!
Fabrice