Re: Cannot see AND Windows system DSN's using DBD-ODBC

2008-05-13 Thread Martin Evans
: Error: No ODBC DSN records found on this server. Please configure DSN prior to running this program. Which is rubbish... but obviously it cannot seen ANY of the 5+ System DSN's that are present. What am I doing wrong? Regards, Steven Perreau Is this a 64 bit w

RE: Cannot see AND Windows system DSN's using DBD-ODBC

2008-05-12 Thread Steven Perreau
xt-decoration : underline;} .sm {font-size: 8pt;} .tiny {font-size: 4pt;} .heading {font-size: 13pt;font-weight: 700; color: #2E3197;} .lbl {font-size: 9pt;font-weight: 700;} EOT } # === footer sub footer { print < rev. $VE

Cannot see AND Windows system DSN's using DBD-ODBC

2008-05-12 Thread Steven Perreau
found on this server. Please configure DSN prior to running this program. Which is rubbish... but obviously it cannot seen ANY of the 5+ System DSN's that are present. What am I doing wrong? Regards, Steven Perreau

Re: [dbi] DSN's and DRIVER attribute

2005-06-02 Thread Martin J. Evans
TECTED] Sent: Thursday, June 02, 2005 5:00 AM To: dbi-users@perl.org Subject: Re: [dbi] DSN's For the DSN-less connections, see http://www.connectionstrings.com -- great resource. Dan On 6/2/05, Martin J. Evans <[EMAIL PROTECTED]> wrote: Sharon, The string after "ODB

RE: [dbi] DSN's and DRIVER attribute

2005-06-02 Thread Smith, Sharon Michelle (OSLO)
r a DBD::ODBC driver module I've installed on a Linux environment.) Thanks for any info... ~Sharon -Original Message- From: Dan Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 5:00 AM To: dbi-users@perl.org Subject: Re: [dbi] DSN's For the DSN-less connections, see ht

Re: [dbi] DSN's

2005-06-02 Thread Dan Scott
For the DSN-less connections, see http://www.connectionstrings.com -- great resource. Dan On 6/2/05, Martin J. Evans <[EMAIL PROTECTED]> wrote: > Sharon, > > The string after "ODBC:" is usually a DSN name as in: > > DBI->connect("dbi:ODBC:mydsn",...) > > or > > DBI->connect("dbi:ODBC:DSN=myds

RE: [dbi] DSN's

2005-06-02 Thread Martin J. Evans
Sharon, The string after "ODBC:" is usually a DSN name as in: DBI->connect("dbi:ODBC:mydsn",...) or DBI->connect("dbi:ODBC:DSN=mydsn") where mydsn is an entry in your unixODBC odbc.ini file defining host, port, dbname e.g. [mydsn] driver = freetds host = something.something.something port = 1

DSN's

2005-06-01 Thread Smith, Sharon Michelle (OSLO)
Hi, I'm trying to debug an install for my DBD::ODBC module, and since this is my first experiment with the DBI, I have a question on format/syntax. But first, here's some background info that may/not help: Environment is Linux I've already installed/tested Perl5, DBI, unixODBC (manager) Now, I'