just found out about this myself. ..... much better than the JSP idea
-----Original Message----- From: Frank Taffelt [mailto:[EMAIL PROTECTED] Sent: 26 January 2004 17:37 To: [EMAIL PROTECTED] Subject: Re: Database pool and dynamic URLs the esql taglib still supports the creation of a dynamic jdbc connection using the follwing tags: esql:driver, esql:dburl, esql:username, esql:password tags. fill these elements with your dynamic values and it should work. But keep in mind that your are loosing the advantage of pooled connection's, doing things this way ... hth, Frank ----- Original Message ----- From: "Carmona Perez, David" <[EMAIL PROTECTED]> To: "Cocoon (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 4:54 PM Subject: Database pool and dynamic URLs > Dear Cocooners, > > I've read an article about connection pooling in http://wiki.cocoondev.org/Wiki.jsp?page=ConnectionPooling . > The technique explained there isn't useful for my case, because the user, password, and database name are not known beforehand, they are dynamically constructed. > > Any workaround? > Thanks for any help. > > -------- > David > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by Mail Marshal for the presence of computer viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
