Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: connecting Perl with MS SQL Server on NT using ODBC

by poj (Abbot)
on Dec 29, 2011 at 17:40 UTC ( [id://945534]=note: print w/replies, xml ) Need Help??


in reply to Re^4: connecting Perl with MS SQL Server on NT using ODBC
in thread connecting Perl with MS SQL Server on NT using ODBC

Different error

SQL Server does not exist or access denied.

I suggest using Control Panel / Administrative Tools / ODBC Data Source Administrator to test your connection parameters

poj

Replies are listed 'Best First'.
Re^6: connecting Perl with MS SQL Server on NT using ODBC
by Secalles (Initiate) on Dec 29, 2011 at 17:47 UTC

    I open it and i have no Data Source configured here.

    I configured a SQL Server called MSSQL (in System DSN) and it worked ( the test was successful )and i'm still getting "access denied"

    Should i change my code?

      Yes, it should use that System DSN with this

      my $DBH = DBI->connect("DBI:ODBC:MSSQL",$user,$pass) or die "Couldn't +open database: $DBI::errstr\n";
      poj
        Thanks it returned no error!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://945534]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found