Re: isError ADODB
Lester Caine <[email protected]>
| Newsgroups | gmane.comp.php.database |
|---|---|
| Message-ID | <[email protected]> |
David McGlone wrote:
>> I am not ADO savvy, but the error message you got is the same as what
>> > I get in MySQL.
>> > On this line, try..
>> >
>> > If($this->isError($this->db))
if( $this->db->isError() )
BUT
if( !$this->db ) { not connected } is the more normal first check
>> > Hoping that fixes it for you.
>> > Best,
> Thanks Karl. I finally got to try this and it wasn't the answer. I'll
> keep plugging to see what I can do.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php