Re: [PHP-WIN] the /php/pear/DB abstraction

2001-05-19 Thread Manuel Lemos
Hello John, On 16-May-01 12:13:49, you wrote: >Hello Monty, >As an author of a database class library (http://php.weblogs.com/adodb) I >can understand the need for good error messages. >I decided in adodb to avoid using virtualised error messages because of this >issue. It's more important to

Re: [PHP-WIN] the /php/pear/DB abstraction

2001-05-16 Thread John Lim
Hello Monty, As an author of a database class library (http://php.weblogs.com/adodb) I can understand the need for good error messages. I decided in adodb to avoid using virtualised error messages because of this issue. It's more important to give good error messages than attempting to map to a

[PHP-WIN] the /php/pear/DB abstraction

2001-05-15 Thread Dickerson, Monty
Before I had difficulty using the pear/DB database abstraction (which comes with php since 4.04p1 at least) and had asked the list about it; the problem was merely a permissions issue. It works fine, and is documented inline. However, the pear/DB class needs enhancement to better report error me