17 Jul
2001
17 Jul
'01
9:33 p.m.
J. Cone writes:
... My attempt is now: db0=context.Oracle_database_connection db=db0()
c=db.cursor and my error is now: - being prompted for a username and password - the administrator's account and password won't do - after three attempts or cancel, whichever happens first: Unauthorized Low level DB-API wrappers are not designed to be used from any restricted environment (DTML, Python Script, PageTemplates, ...). They lack security declarations which makes all methods private. You can only use them from External Methods or Python Products.
Dieter