How do I connect to a MSSQL database using Perl's DBI module in Windows?

前端 未结 4 870
野的像风
野的像风 2020-12-03 22:02

How do I connect to a MSSQL database using Perl\'s DBI module in Windows?

4条回答
  •  离开以前
    2020-12-03 22:31

    Checking Perlmonks, I see the suggestion to actually use the Sybase DBI driver for connecting to MS SQL. Which makes sense, given that MS SQL has its origins in the Sybase code. ODBC works, too, of course.

提交回复
热议问题