Re: [PHP-DB] Re: PDO Exceptions

2013-04-24 Thread Jim Giner
On 4/24/2013 10:04 AM, Lars Nielsen wrote: On 4/24/2013 9:43 AM, Lars Nielsen wrote: On 4/22/2013 11:55 AM, Onatawahtaw wrote: Greetings, I am new to this list. I have a question about which functions need to be included in a try block. Of "new PDO", "prepare", "bindParam", "execute", "fetch"

Re: [PHP-DB] Re: PDO Exceptions

2013-04-24 Thread Lars Nielsen
> On 4/24/2013 9:43 AM, Lars Nielsen wrote: >>> On 4/22/2013 11:55 AM, Onatawahtaw wrote: Greetings, I am new to this list. I have a question about which functions need to be included in a try block. Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query"

Re: [PHP-DB] Re: PDO Exceptions

2013-04-24 Thread Jim Giner
On 4/24/2013 9:43 AM, Lars Nielsen wrote: On 4/22/2013 11:55 AM, Onatawahtaw wrote: Greetings, I am new to this list. I have a question about which functions need to be included in a try block. Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query", it seems that bindParam is th

Re: [PHP-DB] Re: PDO Exceptions

2013-04-24 Thread Lars Nielsen
> On 4/22/2013 11:55 AM, Onatawahtaw wrote: >> Greetings, >> >> I am new to this list. I have a question about which functions need to >> be included in a try block. >> >> Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query", >> it seems that bindParam is the only one that throws a

[PHP-DB] Re: PDO Exceptions

2013-04-24 Thread Jim Giner
On 4/22/2013 11:55 AM, Onatawahtaw wrote: Greetings, I am new to this list. I have a question about which functions need to be included in a try block. Of "new PDO", "prepare", "bindParam", "execute", "fetch", and "query", it seems that bindParam is the only one that throws an exception. So i