Re: DBD::PgPP; calling Hiroyuki OYAMA

2004-04-11 Thread KAWAI,Takanori
. > > Does anyone here know how I can contact Hiroyuki Oyama? I KNOW him. I'll contact him someway in a couple days. But this address might be a recent one: [EMAIL PROTECTED] cf. http://search.cpan.org/~oyama/ == KAWAI, Takanori(Hippo2000) Mai

Re: DBD::Excel, DBD::Template prefix register request

2002-11-12 Thread KAWAI,Takanori
ster request (snip) > > > DBD::Excel => xl_ > > Wouldn't xls_ be more appropriate? It might be. But I've choosed xl_ because ... - it sounds like "Excel". - I feel some attributes (ex. xls_dir, xls_ignorecase) don't fit nicely. -distinguished more easily fro

DBD::Excel, DBD::Template prefix register request

2002-11-12 Thread KAWAI,Takanori
Now, I want to request prefix DBD::Excel, DBD::Template and DBD::TemplateSS. DBD::Excel => xl_ DBD::Template => tmpl_ DBD::TemplateSS => tmplss_ Thank you. == KAWAI, Takanori(Hippo2000) Mail: [EMAIL PROTECTED]

[RFC] DBD-Template

2002-11-03 Thread KAWAI,Takanori
I've made up a template/sample pure perl DBD, DBD::Template and DBD::TemplateSS (for SQL::Statement). These modules make it much easier to make pure perl DBDs. (at least I believe). You can get from here: http://member.nifty.ne.jp/hippo2000/DBD-Template-0.01.tar.gz If the

'realclean' setting in Makefile.PL

2002-07-23 Thread KAWAI,Takanori
01). So, I will change that line like below: Before:'realclean'=> '*.xsi', After :'realclean'=> {FILES => '*.xsi'}, It seems that this problem has no effect many DBDs, but the example Makefile.PL in DBI::DBD must be changed.

Re: DBD::SQLite

2002-02-19 Thread KAWAI,Takanori
- Original Message - From: "Matt Sergeant" <[EMAIL PROTECTED]> To: "KAWAI,Takanori" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 10:16 PM Subject: Re: DBD::SQLite (snip) > > > OK, new release out - http://axk

Re: DBD::SQLite

2002-02-19 Thread KAWAI,Takanori
- Original Message - From: "Matt Sergeant" <[EMAIL PROTECTED]> To: "KAWAI,Takanori" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 6:45 PM Subject: Re: DBD::SQLite > On Tue, 19 Feb 2002, KAWAI,Takanori wrote:

Re: DBD::SQLite

2002-02-19 Thread KAWAI,Takanori
- Original Message - From: "Matt Sergeant" <[EMAIL PROTECTED]> To: "KAWAI,Takanori" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 5:18 PM Subject: Re: DBD::SQLite > On Tue, 19 Feb 2002, KAWAI,Takanori wrote: &g

Re: DBD::SQLite

2002-02-18 Thread KAWAI,Takanori
my $sth = $dbh->prepare( "SELECT TRN.id AS ID, MST.LBL AS TITLE, SUM(qty) AS TOTAL FROM TRN,MST WHERE TRN.ID = MST.ID GROUP BY TRN.ID ORDER BY TRN.ID DESC"); $sth->execute(); my $names = $sth->{NAME}; print(join(', ', @$names), "\n"); while(my $raD = $sth->fetchrow_arrayref()) { print join(":", @$raD), "\n"; } $sth->finish; $dbh->disconnect; [Result] ID, TITLE, TOTAL 3:ITEM3:3 2:ITEM2:2 1:ITEM1:9 == Kawai, Takanori(Hippo2000) Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] http://member.nifty.ne.jp/hippo2000 ==

Re: Which DBD - Module di I need???

2001-06-01 Thread Kawai,Takanori
//www.freetds.org/ FreeTDS FAQ - 3.4 Which Perl library should I use? http://www.freetds.org/faq.html#34 ====== Kawai, Takanori(Hippo2000) Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] http://member.nifty.ne.jp/hippo2000 ==