09-05-2014 08:03 AM
Hi,
I would like to insert date and time alongside with my data receiving from the sensor.
Right now i can insert data into sql table everytime when the data changes but i also wanted to insert the date and time as well.
Thank you in advance!
09-05-2014 08:20 AM
09-05-2014 08:23 AM
I create a field that is a datetime and set the default value to getdate(). So everytime i make an entry into this database, it automatically adds a datestamp.