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 *-" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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

Reply via email to