current_time or now()

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jwillsey

current_time or now()

Post by jwillsey » Tue 23 Nov 2004 22:44

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.

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: current_time or now()

Post by Oleg » Thu 25 Nov 2004 10:45

If you execute 'SELECT Now()' you'll get a correct result rather as execute another query.

Post Reply