Perl DBD/DBI for SQL Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ravi Krishna

    Perl DBD/DBI for SQL Server

    we have ODBC drivers to connect to SQL Server from a unix box.
    I looked at cspan.org for Perl DBD/DBI with sql server and I
    don't see one. Is there a place from where I can download
    perl DBD/DBI for SQLServer.

    Thanks.


  • Erland Sommarskog

    #2
    Re: Perl DBD/DBI for SQL Server

    Ravi Krishna (ravik_dba@yaho o.com) writes:[color=blue]
    > we have ODBC drivers to connect to SQL Server from a unix box.
    > I looked at cspan.org for Perl DBD/DBI with sql server and I
    > don't see one. Is there a place from where I can download
    > perl DBD/DBI for SQLServer.[/color]

    I believe you use DBD::ODBC in this case, but I could be completely
    wrong. I don't use DBI, and I don't connect to MS SQL Server from Unix.

    You could check out www.freetds.org. I believe they have a DBI thing
    too.


    --
    Erland Sommarskog, SQL Server MVP, sommar@algonet. se

    Books Online for SQL Server SP3 at
    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.

    Comment

    • Ravi Krishna

      #3
      Re: Perl DBD/DBI for SQL Server

      "Erland Sommarskog" <sommar@algonet .se> wrote
      [color=blue]
      > Ravi Krishna (ravik_dba@yaho o.com) writes:[color=green]
      > > we have ODBC drivers to connect to SQL Server from a unix box.
      > > I looked at cspan.org for Perl DBD/DBI with sql server and I
      > > don't see one. Is there a place from where I can download
      > > perl DBD/DBI for SQLServer.[/color]
      >
      > I believe you use DBD::ODBC in this case, but I could be completely
      > wrong. I don't use DBI, and I don't connect to MS SQL Server from Unix.
      >
      > You could check out www.freetds.org. I believe they have a DBI thing
      > too.[/color]

      Great. It sure looks like there can be a possible perl to SQL Server.
      I will download and try it.

      thanks.

      ravi


      Comment

      • Greg D. Moore \(Strider\)

        #4
        Re: Perl DBD/DBI for SQL Server


        "Ravi Krishna" <ravik_dba@yaho o.com> wrote in message
        news:bq3k35$1sj jio$1@ID-75254.news.uni-berlin.de...[color=blue]
        > "Erland Sommarskog" <sommar@algonet .se> wrote
        >[color=green]
        > > Ravi Krishna (ravik_dba@yaho o.com) writes:[color=darkred]
        > > > we have ODBC drivers to connect to SQL Server from a unix box.
        > > > I looked at cspan.org for Perl DBD/DBI with sql server and I
        > > > don't see one. Is there a place from where I can download
        > > > perl DBD/DBI for SQLServer.[/color]
        > >
        > > I believe you use DBD::ODBC in this case, but I could be completely
        > > wrong. I don't use DBI, and I don't connect to MS SQL Server from Unix.
        > >
        > > You could check out www.freetds.org. I believe they have a DBI thing
        > > too.[/color]
        >
        > Great. It sure looks like there can be a possible perl to SQL Server.
        > I will download and try it.
        >[/color]

        Hmm, I think one of my guys at work does this. (Connects to SQL server via
        Perl.)

        [color=blue]
        > thanks.
        >
        > ravi
        >
        >[/color]


        Comment

        Working...