I used the following script to update a table
SQL1.ExecNonQuery ("insert into scanlist values('"& lastscan &"', datetime())")
althrough the phone's timezone is set to my timezone +8, the record still keeps the gmt time.:sign0085:
Is there any way i can update table with my device's system time?
SQL1.ExecNonQuery ("insert into scanlist values('"& lastscan &"', datetime())")
althrough the phone's timezone is set to my timezone +8, the record still keeps the gmt time.:sign0085:
Is there any way i can update table with my device's system time?