Hi,
I am stuck in a problem. My application database was created for the collation setting SQL-Latin1_General_CP1_CI_AS. We have built an install shield for this which will attach the databases during the installation. This works fine as long as the server's collation setting is SQL_Latin1_General_CP1_CI_AS.
Now we have a showstopper. When the machine's regional setting is set as English(United Kingdom), the collation setting is taken as Latin1_General_CI_AS. Our install shield sets up the application successfully.But when we try to login to the application, we are confronted with a SQL error "Cannot resolve collation conflict for equal to operation". On further investigation, we found that this is happening due to collation settings being different on the installation machine. The machine is running XP. How do I handle this? We have also tried to force the collation settings of our application databases as SQL_Latin1_General_CP1_CI_AS. Though our application databases have taken this collation setting, we are still unable to login. Please suggest a way out.
Thanks,
Warnie
I am stuck in a problem. My application database was created for the collation setting SQL-Latin1_General_CP1_CI_AS. We have built an install shield for this which will attach the databases during the installation. This works fine as long as the server's collation setting is SQL_Latin1_General_CP1_CI_AS.
Now we have a showstopper. When the machine's regional setting is set as English(United Kingdom), the collation setting is taken as Latin1_General_CI_AS. Our install shield sets up the application successfully.But when we try to login to the application, we are confronted with a SQL error "Cannot resolve collation conflict for equal to operation". On further investigation, we found that this is happening due to collation settings being different on the installation machine. The machine is running XP. How do I handle this? We have also tried to force the collation settings of our application databases as SQL_Latin1_General_CP1_CI_AS. Though our application databases have taken this collation setting, we are still unable to login. Please suggest a way out.
Thanks,
Warnie