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
P.S: I am using visual basic language not C#

Member Avatar for Unhnd_Exception
"Insert Into Table1(TimeColumn) values(GetDate())"
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.