10 Dec
2003
10 Dec
'03
10:12 a.m.
Hello Lennart, Wednesday, December 10, 2003, 11:08:26 AM, you wrote:
5./ I access the DA object, and can create dynamic SQL-s. But I can do that ????
LR> Yes, sure. You just create the ZSQL Methods on the fly, and never store them LR> in the ZODB. That way they will be unique to your thread, and you don't have LR> to update the ZODB with every request. LR> I'm not a big ZSQL expert, but I can't see any reason why that wouldn't LR> work. Great idea - but how ? Anyone create a ZSQL method on-fly ? How to do it ? Thanx for any help !