Hello all
I am on a windows application form where people can log in and add status ... and it's all online via sql database.

What i am looking for is a sql query that Insert into the table the current time,so i can print on the application the time the status have been changed .
Not the user time because he might be different from another user ...

Thanks for reading

i dont know what you mean by user time

but

vb has its method: now() for date and time
and mysql has its method now() for date and time
and mysql has its method curdate() for the current date

..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.