I'm creating a UI for generating a site and need to programmatically create DSNs. I will do a search. Thanks for giving me a direction.
Tom -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Ross Sent: Monday, May 24, 2004 7:41 AM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] CF DSN do actually need to set up a dsn (for other apps/cfml code to use), or do you just need to dynamically connect to a db server? If it's the latter, you can (with some limitations) use Java and the macromedia JDBC driver to perform database operations (instead of CFQuery). I've seen code examples of tapping into the CF runtime's datasource service and adding DSNs programmatically... have you search the web? -dave >>> [EMAIL PROTECTED] 5/24/2004 8:35:39 AM >>> Has anyone programmatically created a DSN for a SQL Server database for CFMX 6.1? Any advice would be appreciated. Thanks - Tom Schreck 817-252-4900 [EMAIL PROTECTED] I have not failed. I've found 10,000 ways that won't work. - Thomas Edison ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
