Damiano Morosi schrieb: > Did you notice something strange in this? Am I makeing some mistakes? > Thanks for your support.
Nothing that should cause the process to be killed. But there are some things you could improve to make everything more stable and secure: * make the code safe against SQL injection (e.g. excute with params) * properly close connections and cursors in case of failure (use try/finally or the with statement if cx_oracle supports it) * use DBUtils or something similar for connection pooling -- Christoph ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Webware-devel mailing list Webware-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-devel