Hi,
if I call:
my $record = $sth->fetchrow_hashref();
then:
$sth->finish();
How valid is it for me to keep referring to my $record hash pointer?
Especially if I use $sth in a subsequent transaction.
Thanks,
Jeff Snoxell
Aetherweb Ltd
http://www.aetherweb.co.uk
NB. I know I asked this question before but nobody answered and I've tried
looking elsewhere but can't find an answer to this anywhere. Thanks.
[SPAM FILTER FODDER: MySQL, QUERY]
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
- Re: DBI Question? Jeff Snoxell
- Re: DBI Question? Csongor Fagyal
- RE: DBI Question? James Moore
- Re: DBI Question? Csongor Fagyal