Re: Re:Firts time user of adodb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You should have seen the SELECT stmt being outputed when debug is enabled.

If you saw nothing, then the connect() failed. Make sure you turn on error
reporting with

error_reporting(E_ALL);

before you connect.

"-* Nadine *-" <smittenwithsmirnoff@xxxxxxxxxxx> wrote in message
news:BAY1-F61LTD5kxbNwBC0000bb12@xxxxxxxxxxxxxx
> Thanx, I tried that but it didn't show anything :(
>
> ...............................
> Hi Nadine,
>
> Turn on debugging. Eg.
>
> $db = ADONewConnection('access');
> $db->debug = 1;
>
> _________________________________________________________________
> Get fast, reliable access with MSN 9 Dial-up. Click here for Special
Offer!
> http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux