Remote access through UNC path question: Can I setup only one datasource to access four servers for my Cold Fusion?
To access one unc path, you can use jdbc:access:/\\PC17\c$\values or jdbc:access:/\\PC17\val. To access four unc pathes in the same connection, you need to use a free JDBC url, “jdbc:access:/” or “jdbc:access:///”. Then you can use some full UNC path names in SQL to visit your four servers where your Java VM has right to access..
Related Questions
- I would like to to add an Access datasource to our Cold Fusion directory on www.abccompany.com. I know that you are using CF 3.0, how do we administer the datasources?
- Remote access through UNC path question: Can I setup only one datasource to access four servers for my Cold Fusion?
- What Cold Fusion tags are disabled on Windows 2000 servers?