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?
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?