container.send_to_database(CName=CName, email=email, phone=phone)


Sage Mo wrote:
This is probably a very basic question, but it's been stopping me for hours (very frustrating).
 
I have a Python script that's trying to pass variables into a Z SQL method. In the Python script I wrote:
 
container.send_to_database(CName, email, phone)
 
where send_to_database is the Z SQL Method.