"Brett W. McCoy" wrote:

> Actually, for PostgreSQL, it is a valid statement -- CURRENT_DATE is a
> global variable that always holds the current date.  This SQL statement
> should return a single row with 4-11-2001 

Maybe the driver gets confused because it's not a column name? Try
'SELECT current_date AS cd'. And try if 'SELECT now()' makes any
difference.

-- 
Alessio F. Bragadini            [EMAIL PROTECTED]
APL Financial Services          http://village.albourne.com
Nicosia, Cyprus                 phone: +357-2-755750

"It is more complicated than you think"
                -- The Eighth Networking Truth from RFC 1925

Reply via email to