i was trying out different drivers for the Datasource in a farcry-setup with MSSQL-Server 2000 (testing ColdFusion native Datasource MSSQLServer vs. macromedia.jdbc.sqlserver.SQLServerDriver setup), when i noticed that in the file '_serverSpecificVars.cfm' there is set: application.dbtype = "odbc";
So i wonder, if i must set dbtype to 'mssql' or if 'odbc' is fine for Type4 Driver for MSSQL. Does 'mssql' as option for dbtype exist at all ?
ODBC is more a reference to the SQL compatability rather than the requirement for a specific driver. The terminology is historical. We should probably add JDBC as an option and default it to the ODBC sql by default.
-- geoff http://www.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
