Re: [Zope-DB] [Zope] Stored Procedures Versus ZSQL Methods

2009-02-17 Thread Cynthia Kiser
Quoting jpe...@ykksnap-america.com : > Yes, with a stored procedure the DB does not have to reparse and > prepare a new plan for every query. This can be a major win. Esp. > on Oracle. Does ZSQL allow the use of bind variables? If so and the database has a correctly sized query cache, there sho

Re: [Zope-DB] Problem wiith dtml-sqltest variable and multiples values into one parametert ???

2006-11-29 Thread Cynthia Kiser
Quoting CERETTO Thierry <[EMAIL PROTECTED]>: > In "search form" (Page Template), I have created a select field (called > "select_keys") to select one or more keys words (from MySQl table). On > submit, with javascript, I fill an hidden field called "ref_fiche" where > I put a list (JS array) of val

Re: [Zope-DB] Closing idle DCoracle2 Connections?

2005-10-20 Thread Cynthia Kiser
rs the connections Oracle still thinks are open. FYI just closing the database connection via the ZMI does not release the idle connections Oracle still sees. -- Cynthia Kiser ___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org/mailman/listinfo/zope-db

Re: [Zope-DB] Migration

2005-07-13 Thread Cynthia Kiser
MySQL is a relational database. The ZODB behind Plone is an object database. You can migrate information from one to the other, but their isn't a set way to do it. You will need to decide on your object-relational mapping and then write scripts to make the move. Not impossible, but it will take som

Re: [Zope-DB] Returning values from Oracle function/procedure withZSQLMethod

2005-04-08 Thread Cynthia Kiser
on did not work. I could close a connection - and then still use it to talk to my database. I wasn't really sure enough of those tests to report this as a bug, but it is vaguely troubling. -- Cynthia Kiser ___ Zope-DB mailing list Zope-DB@zope.org