- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Jonas,
If you only want to update the temp table and it can be achieved by sql, the following script in your js will work.
var sql = "UPDATE "+vars.tableName+" SET dProductdate = function(dProductdate ) ";
sqlExec(sql);
Using appropriate sql function you can you get it done.
Regards,
Deb