Balasan: Re: Balasan: Re: Where does "MoveNext" belong to?

2007-03-01 Thread Patrix Diradja
> 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. > >

Balasan: RE: Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-03-01 Thread Patrix Diradja
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 >

collecting the data for dependancy each of perl module such as dbi.

2007-02-08 Thread Patrix Diradja
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

Balasan: RE: Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-08 Thread Patrix Diradja
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

Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-08 Thread Patrix Diradja
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

Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-07 Thread Patrix Diradja
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

Balasan: RE: can't execute "use $database"

2007-02-07 Thread Patrix Diradja
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

Balasan: RE: can't execute "use $database"

2007-02-07 Thread Patrix Diradja
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

can't execute "use $database"

2007-02-06 Thread Patrix Diradja
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

Balasan: Re: Where does "MoveNext" belong to?

2007-02-06 Thread Patrix Diradja
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

Where does "MoveNext" belong to?

2007-02-06 Thread Patrix Diradja
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