Passing Arguments to ZSQL Method from Python Script
24 Sep
2002
24 Sep
'02
10:36 p.m.
Is there an easy way to bind the attributes of an object into the parameters of a zsql method? I am trying to do something like this in Python Script: for user in context.Users.RegistrationInfo.objectValues("UserInfo"): context.sql_users_insert(user) The sql_users_insert takes a bunch of parameters and the "user" object above is a ZClass with properties that have exact names as parameters for zsql method. Thanks for any help, Chris Bruce
8595
Age (days ago)
8595
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris A. Bruce