?
thanks.
Ioannis Livassov
- Original Message -
From: "Tom Gao" <[EMAIL PROTECTED]>
To: "edatanew.com" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, September 08, 2002 6:50 PM
Subject: Re: select * into outfile
> you need to execute your
Hello!
I have one subroutine in Perl (DBI) that prepares and executes SELECT-like
queries and fetches the output from them.
When I submit SELECT * INTO OUTFILE query, then $sth->fetchrow_array()
generates Error:
Error 19 (fetch() without execute())
How to avoid it?
How can this subroutine distin