Alan Humphrey wrote:
Not sure what your specific problem is, but here's what I use to connect to 
MSSQL via FreeTDS.

In my app_name.yml file:

connect_info:
dsn: 'DBI:Sybase:server=myservername;database=mydatabasename
user: username
pass: password


DBD::Sybase in combination with FreeTDS is exceptionally horrible (no
placeholders/no prepared statements, and flaky transaction support).

Avoid if the DBD::ODBC alternative is available.

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to