DBI prepare and fetch
Hi
What does DBI's prepare do? Will it flag any errors? Also what does
fetch do. I tried "perldoc DBI" but couldn't find the answers there.
Thanks for your help
.
Relevant Pages
- Re: DBI prepare and fetch
... At a high level? ... it will flag some errors. ... I tried "perldoc DBI" but couldn't find the answers there. ... Fetch is an alias for fetchrow_arrayref. ... (comp.lang.perl.misc) - Re: DBI prepare and fetch
... Will it flag any errors? ... Read about the fetch_* methods. ... Sinan Unur ... Prev by Date: ... (comp.lang.perl.misc) - fetch: Resume errors, help!
... Living in South Africa internet access is not what it could be, ... When fetch tries to resume from an ftp site that does not support resuming (or ... See below for my patch. ... problem is that how to handle the -R flag. ... (freebsd-hackers) - Re: DBI prepare and fetch
... I tried "perldoc DBI" but couldn't find the answers there. ... What part of perldoc DBI was unclear to you? ... passing it to the RDBMS if it supports prepared statements. ... fetch is an alias for fetchrow_arrayref (this is also in perldoc DBI, ... (comp.lang.perl.misc) - Re: how to get mailbox size in bytes?
... Is there a command or flag to fetch this info. ... I want to avoid calling ... FETCH to get 'size' attribute of the message individually. ... Mailbox size here refers to the number of messages in the mailbox, ... (comp.mail.imap) |
|