Here is what I need to accomplish:<br><br>I need to call a Z-SQL method from within python and store the result in a variable in python. I know this could probably be done easier with ZPT's or DTML, however the program that I've written does many things and depends on this particular variable for the majority of the program.
<br><br>My overall program:<br><br>Uploads a File (Working)<br>Write an entry to a MS SQL DB (Working)<br>Send an Email to alert user of upload (Working)<br><br>in this particular case all I need is the id of the last row in the db before the e-mail is sent out. The e-mail itself sends a link that calls another SQL method with ID as the parameter passed.
<br><br>I've tried to use the <a href="http://container.id">container.id</a> method, but that just returns the name of the Z-SQL method.<br><br>Thanks in advance,<br>mjakowlew<br>