10 Dec
2003
10 Dec
'03
10:26 a.m.
From: <fowlertrainer@anonym.hu>
Great idea - but how ?
Anyone create a ZSQL method on-fly ?
No, I never have, but after a quick look at the code it looks like this should work: from Shared.DC.ZRDB.DA import DA sql = DA('id', '', 'id_of_the_database_connection', 'the sql arguments', 'the sql code') result_records = sql(parameters=likethis) It's worth a try. //Lennart