14 Feb
2007
14 Feb
'07
6:45 p.m.
--On 14. Februar 2007 18:40:25 +0000 larrymcdonnell@att.net wrote:
Hi,
I am trying to find a friendlier way of error traping when I am perform some database activities.
try..except?
The one I am looking for first is checking for a duplicate entry in a database.
What does that mean? You want to check for an existing object by id within a container? if some_id in somefolder.objectIds(): .... -aj