millan123 has asked for the wisdom of the Perl Monks concerning the following question:
$DSN = "DSN=" . $db . ";UID=" . $ui . ";PWD=" . $pwd; ($n, $err, $errtext) = ::ODBC_Connect($DSN); @{$self->{'fnames'}} = ::ODBC_Execute($self->{'connection'},$sql); @r = ::ODBC_Fetch($self->{'connection'}); if ($ENV{OS} eq 'Windows_NT') { ::ODBC_Disconnect($self->{'connection'}); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ODBC related perl module
by marto (Cardinal) on Aug 13, 2014 at 11:12 UTC | |
by millan123 (Initiate) on Aug 13, 2014 at 11:33 UTC | |
by Corion (Patriarch) on Aug 13, 2014 at 11:35 UTC | |
|
Re: ODBC related perl module
by ww (Archbishop) on Aug 13, 2014 at 11:37 UTC | |
by millan123 (Initiate) on Aug 13, 2014 at 11:46 UTC | |
|
Re: ODBC related perl module
by digglife (Acolyte) on Aug 13, 2014 at 15:37 UTC | |
|
Re: ODBC related perl module
by bulrush (Scribe) on Aug 14, 2014 at 18:11 UTC |