Can I connect CF10 to MS SQL 2005?
No matter what I try I get errors. The application is on a different box the SQL.
I tried creating a user and a password and I get this error:
Connection verification failed for data source: xxxxxxxxx
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxxx'. Reason: The password of the account must be changed.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxxxxxxx'. Reason: The password of the account must be changed.
I tried changing the password, but that didn't work either.
I'm not a programmer, so please be gentle with your answers.
Thanks