Database (E-mail); Perl Web (E-mail); Perl
> Win32 Users (E-mail)
> Subject: RE: Not sure which list to use - this is a real strange one
> with ODBC
>
>
> Agreed except in this case what I have to read is a FoxPro database -
> (yuck!)
>
> -Original Message-
&g
AM
>To: Norris, Joseph
>Cc: Mysql_List (E-mail); Perl Database (E-mail); Perl Web (E-mail); Perl
>Win32 Users (E-mail)
>Subject: Re: Not sure which list to use - this is a real strange one
>with ODBC
>
>
>Why use odbc when native drivers are available?
>
>Norris, Josep
(E-mail)
Subject: Re: Not sure which list to use - this is a real strange one
with ODBC
Why use odbc when native drivers are available?
Norris, Joseph wrote:
>Groups,
>
>I have this snippet of code:
>
>$dbh = DBI->connect( "dbi:ODBC:${db_name}", "$user&qu
Why use odbc when native drivers are available?
Norris, Joseph wrote:
>Groups,
>
>I have this snippet of code:
>
>$dbh = DBI->connect( "dbi:ODBC:${db_name}", "$user", "$pass")
> or &DoError("Unable to connect: $DBI::errstr");
>
>#$dbh->debug(2);
>
>$fsql = qq!select empl_no_a, user_ln, user_fn,
Groups,
I have this snippet of code:
$dbh = DBI->connect( "dbi:ODBC:${db_name}", "$user", "$pass")
or &DoError("Unable to connect: $DBI::errstr");
#$dbh->debug(2);
$fsql = qq!select empl_no_a, user_ln, user_fn, user_mi, aka,
longname_a, longname_b, longname_c, useaka from activeempsinfo!