Hello,

If I do a sybase_query("select getdate()",$Conn) this will return the
current date in the format "Nov  3 1998  8:06PM" (so I don't have seconds).
I think this leads to the usage of CS_SHORT_DATE in
ext/sybase_ct/php_sybase_ct.c (Line 275).

Does somebody know, if there is a solution for getting another
datetime-format beyond doing something like sybase_query("select
convert(varchar,getdate(),108)".

Wouldn't it be better to return the "datetime-results" of queries as a
timestamp?

Thanks for anwers,  Bjoern



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to