User bio
404 bio not found
Member since Oct 27, 2016
Posts:
Replies:
Thanks a lot to everyone for the support! 😊
Thanks a lot for all your support! It's been a pleasure to participate 😊 And congratulations to everyone! I think it was a tough competition, all articles were so great!
Open Exchange applications:
Certifications & Credly badges:


Global Masters badges:
Laura has no Global Masters badges yet.
Followers:
Following:
Laura has not followed anybody yet.
After executing your query, you need to move cursor and then you can get data:
SET SC = resultset.Prepare(sql) SET SC = resultset.Execute() if (resultset.Next(.SC)) { quit:$$$ISERR(SC) set cnt = resultset.Data("CNT") } SET SC = resultset.Close()