Hi
I'm working on dbmail to connect with libdbi. I think MSSQL is also
supported.
Dominik Fässler
Blake Mitchell wrote:
I use FreeTDS to access MS SQL Server from *BSD with perl's
DBD::Sybase module. It works well, and I'm sure would work for a
dbmail data driver. On the other hand, if you add unixODBC
(http://www.unixodbc.org/) on top of FreeTDS you get a functioning
ODBC system, and it wold likely be better for dbmail to support ODBC
instead of just TDS, although. I have no idea which would be more
involved from a coding standpoint on the dbmail side.
Blake