> fetchall_arrayref() and
> selectall_arrayref(), or even dump_results()
> (depending of the purpose of the
> dumping).
>
> Best regards
>
> Robert
>
>
> Patrix Diradja schrieb:
> > Hallo Robert,
> >
> > Vielen Dank fuer Ihre Antwort.
> >
it -- DBI will load it for you.
>
> use DBI;
> # DBI automatically loads ADO
> my $dbh = DBI->connect('dbi:ADO:...',...);
>
> -Original Message-
> From: Patrix Diradja
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 08, 2007 10:54 AM
>
Dear my friends,
Now I am intrested for using DBI in each of my rdbms work.
But it can be there is a situation for me for working without internet
connection whereas I use "ppm search dbi" and "ppm install dbi" on the station
where I work.
So I am willing to download all of perl
7;t need
to load it -- DBI will load it for you.
use DBI;
# DBI automatically loads ADO
my $dbh = DBI->connect('dbi:ADO:...',...);
-Original Message-
From: Patrix Diradja [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 10:54 AM
To: dbi-users@perl.org
Subject: Balas
1 = DBI->connect("dbi:ADO:$dsn", $uname, $pword) or die $DBI::errstr;
"Garrett, Philip (MAN-Corporate)" <[EMAIL PROTECTED]> wrote:
Patrix Diradja wrote:
> Yeah, that's the problem Garrett.
>
> I usually use that way to connect to ms msql.
>
> Bu
lt.
Please tell me furthermore.
"Garrett, Philip (MAN-Corporate)" <[EMAIL PROTECTED]> wrote:
Patrix Diradja wrote:
> Dear my friend, Garret.
>
> I Use Perl on Windows Vista, MS SQL Server 2005, DBI, ADO.
>
> I create 'myperl' as DSN from ODBC Admini
433'
Please tell me why.
"Garrett, Philip (MAN-Corporate)" <[EMAIL PROTECTED]> wrote:
Patrix Diradja wrote:
> Dear my friends,
>
> I wonder why my perl can not execute query "use $database".
Sorry, I don't know for sure, but my guess is that the
433'
Please tell me why.
"Garrett, Philip (MAN-Corporate)" <[EMAIL PROTECTED]> wrote:
Patrix Diradja wrote:
> Dear my friends,
>
> I wonder why my perl can not execute query "use $database".
Sorry, I don't know for sure, but my guess is that the
Dear my friends,
I wonder why my perl can not execute query "use $database".
Please tell me where is my fault.
Here is the error message and my code:
===
#error message
DBD::ADO::db do warning: Can't Execute 'use gua'
===
#my code:
#!/usr/bin/perl
use strict;
use DBD::ADO;
use DBI;
my $dsn="sigm
to fetch
> results:
>
> my $tab4l;
> while ( ($tab4l) = $rsnya->fetchrow_array) {
>
> print "\$tab4l: $tab4l \n";
>
> }
>
> Does it work this way?
>
> Best regards
>
> Robert
>
>
>
> Patrix Diradja schrieb:
> > Dea
Dear my friends
I am writing a program use activeperl 5.8, MSSQL and
on Win32 Env.
Here is my code:
===
#!/usr/bin/perl
use Tk;
use Cwd;
use DBI::ADO;
use WriteExcel;
use strict;
use Win32::OLE qw( in );
my $dsn="sigma";
my $uname="sa";
my $pword="penguin";
my @bd4l=("AprovaApp1");
my $strs
11 matches
Mail list logo