Hello, Can anyone explain how ZSQL Method makes info available to DTML? For example, getCustomer is a ZSQL Method and I used it in a DTML method: <dtml-in "getCustomer(id=123)"> <dtml-var id> <br> <dtml-var name> </dtml-in> I would like to know how id & name, which are fields of customer table, magically become available. Thanks. Regards, Ping