Page 1 of 1

current_time or now()

Posted: Tue 23 Nov 2004 22:44
by jwillsey
How does one get from MySQL it's time using current_time or now()?

I was able to do it with ODBC, but now I'm unable to with MySQLDirect .NET. My query executes, but nothing seems to come back or isn't recognized by MySQLDirect .NET.

Re: current_time or now()

Posted: Thu 25 Nov 2004 10:45
by Oleg
If you execute 'SELECT Now()' you'll get a correct result rather as execute another query.