What are the DSN-less connection strings for ColdFusion?
NOTE: DSN connection strings must be on one line, they cannot be split on several lines. DSN-less connection for MS Access: SELECT * FROM Table Name DSN-less connection for MySQL: SELECT * FROM Table Name DSN-less connection for MS-SQL: CONNECTSTRING=” Driver={SQL Server}; Server=mssqlc1.megasqlservers.com;Database=prefix_domain_com; UID=dbm.domainname.