Hello, I'm creating an application where trusted users can upload MDB files for processing. I plan on verifying the uploaded MDB file with a simple <cfquery> then if it passes, continue on with the processing. Part of the app is a way to Add/Modify/Delete these users.
My plan is to have a DSN for each user based on their assigned name. The MDB file assigned to this DSN will be a "dummy" file, just so I can create the DSN. The process will copy the uploaded MDB file to the appropriate directory, thus allowing me to do the cfquery. This DSN will be held in a variable when they log on, so I can do the cfquery on the MDB they just uploaded. My question is this. Is it possible to create a CF Data Source without having to use CF Administrator? All users of the Add/Modify/Delete portion of the app will be trusted employees. However, I'd like to make the process as automated as possible. Thanks, James ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

