R2e: about Insert sentence(--select)

2002-09-01 Thread Ryoji Watahiki
At 15:49 02/09/02 +0900, you wrote: >watahiki>$sth->execute($sql) || &die2 ($sth->errstr); > >This should be, >$sth->execute() ... To Mr $B#t#a#g#u#t#i(B It does work well above this !! Thank you for your kind advice. Best regards I am sorry that I sen

Re: about Insert sentence(--select)

2002-09-01 Thread Ryoji Watahiki
At 15:49 02/09/02 +0900, you wrote: >watahiki>$sth->execute($sql) || &die2 ($sth->errstr); > >This should be, >$sth->execute() ... To Mr $B#t#a#g#u#t#i(B It does work well above this !! Thank you for your kind advice. Best regards -- $

Re: about Insert sentence($B!A(Bselect)

2002-09-01 Thread $B#t#a#g#u#t#i(B
watahiki>$sth->execute($sql) || &die2 ($sth->errstr); This should be, $sth->execute() ... And you'd better not to use double byte char in this ML. :) #! [EMAIL PROTECTED] %_ = split undef, join ' ', qw(far holr _z_~ ssjhqlxnaje npoegnttprvdwem csbuuuitdtytke ); print map $_{$_}, sort ke

about Insert sentence($B!A(Bselect)

2002-09-01 Thread Ryoji Watahiki
Hello I try to make Insert SQL sentence below this, but It does not work well. Actually it stops after "path2" display(Debug print mode ). Please tell me how It works correctly about this case, Example $sql =" insert into aaa_tbl select 

Re: dbi perl

2002-09-01 Thread Bart Lateur
On Fri, 30 Aug 2002 15:44:54 -0700 (MST), Michele Francis wrote: >Is there a good dbi with perl book? Thanks. Can one somehow miss the plug on the DBI's official homepage? Yes it's a good book. In a way, it's the docs that come with DBI, plus some; but yet, it of

Re: Passing DBI connection between processes

2002-09-01 Thread Ildar Gabdulline
Hi Matthew, The question is connected with the task to create so named Connection Pool Server (see the letter attached), so I _need_ to create connection handle in one process and pass it to another and vice versa. For the moment I do not see any other way to resolve the task described in the let

Passing DBI connection between processes

2002-09-01 Thread Ildar Gabdulline
Hi, Is it possible to create DBI handle it one perl process, pass it to the second perl process, use it and return to the first ? If it is then how can it be accomplished ? Ildar.