Capture time from server mysql and assign to variable
Posted: Mon Oct 11, 2010 9:31 pm
I need capture time from server mysql using command NOW(); and assign to variable global y possible?
Thank's
Thank's
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseUp
global gDatabaseId -- return value from revOpenDatabase
answer revDataFromQuery(comma, return, gDatabaseId, "SELECT NOW()")
end mouseUp