hi, how to add datasource or dsn in coldfusion 9?
I was using a coldfusion 8 a year ago. But I use a coldfusion 9 now. I get an error when I create a new database.
what is used instead the underlying code? changed, think it might be for adobe purchased Coldfusion
request.sqlexecutive.datasource[..]=...
class = "macromedia.jdbc.MacromediaDriver";
jdbc:macromedia:sqlserver://#urlmap.host#:#urlmap.port#;databaseName=#attributes.db#;SelectMethod=#urlmap.selectMethod#;sendStringParametersAsUnicode=#urlmap.sendStringParametersAsUnicode#";
