NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on March 17, 2016, 10:36:34 AM

Title: NT 9 APP, converting a TABLE and populate GUID, TS, TSS
Post by: walter.dasilva on March 17, 2016, 10:36:34 AM
Hi Bruce,

I´m trying to convert a table and populate GUID, TS, TSS. I followed all step in NT 9 APP docs to include those fields on my tables and set options for GUID to SetIfNew with ' & glo:st.MakeGuid() & ', and TS to SetIfNew with ' & glo:SyncDesktop.GetElapsedTimeUTC() & ' but all records got the same value.

I´m using MSSQL.

Thanks
Title: Re: NT 9 APP, converting a TABLE and populate GUID, TS, TSS
Post by: Bruce on March 18, 2016, 05:14:24 AM
SetIfNew? so FM3?
SetIfNew does not populate for GUID values for MsSQL driver.
You will need to run a process on the table to populate it with random guid values.

cheers
Bruce