I don't think you'd use a servlet. I would create a Java class that allows me to specify the connect string for the database connection, execute sql, and close the connection. You could then wrap this whole thing in a CF custom tag.
Hmm, I suppose if I have absolutely nothing to do on Sunday, I could mess around with this. ----- Original Message ----- From: Joshua Miller <[EMAIL PROTECTED]> Date: Friday, June 14, 2002 11:05 am Subject: RE: RE: RE: CFQuery Error - No more ConnectString ??? > So using a servlet I could basically bypass the CFMX Merant > drivers and > construct my own "CFQUERY" ? > > Joshua Miller > Web Development :: Programming > Eagle Web Development LLC > www.eaglewd.com > [EMAIL PROTECTED] > (304) 622-5676 (Clarksburg Office) > (304) 456-4942 (Home Office) > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 14, 2002 12:57 PM > To: CF-Talk > Subject: Re: RE: RE: CFQuery Error - No more ConnectString ??? > > > It was probably lazy programmers :) > > ----- Original Message ----- > From: Dave Watts <[EMAIL PROTECTED]> > Date: Friday, June 14, 2002 10:47 am > Subject: RE: RE: CFQuery Error - No more ConnectString ??? > > > > Really odd. The thing is, it's really easy to create dynamic > > > connections in Java using JDBC. Like, it's so simple it ain't > > > even funny. I do it all the time. > > > > I guess I'd have been more accurate in saying "the versions of the > > Merantdrivers included with CF MX don't support dynamic > > connections." Or, perhaps, > > it's not even the drivers' fault at all - it might be the way > that > > CF MX > > works with the drivers. I don't really know why that is. For all > I > > know, the > > versions that do support dynamic connections cost too much for > MM to > > include. > > > > Dave Watts, CTO, Fig Leaf Software > > http://www.figleaf.com/ > > voice: (202) 797-5496 > > fax: (202) 797-5444 > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

