Turkish_CI_AS database trying to open a table

G

Guest

I have an SQL server 2000 setup with english local and I have created a
database with the Turkish_CI_AS local.
Using the SQL Query Analyser I am able to use the database.
When I am trying to do the same using the .NET Framework 1.0, I get the
following error:
The Collation specified by SQL Server is not supported.

The same error is produced when I try to drag 'n drop a table, from that
database, to my form designer in Visual Studio 2002.

Does the .NET Framework supports the specified local? If not is there a list
of not supported locals (using the SQLClient) that SQL Server 2000 supports?

Is there a workaround for this problem?
 
G

Guest

It turns out that somewhere in the table there was a collumn that had a Null
collation.
When that was fixed, I was able to get the results I wanted ... :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top