0

Why don't the parameters respect lower case or upper case letters? If I put 'Londres' or 'lONDRES' in any parameter then the result is always the same (I used that to login and password).

I did use SQL CE 3.5 with [Case Sensitive} on True, but it doesn't work.

three_pineapples
  • 11,579
  • 5
  • 38
  • 75
  • I vaguely remember SQL Server 2000 accepting passwords in a case-insensitive fashion, but it had nothing to do with connections. What DB are you using? – GSerg Aug 08 '13 at 14:38
  • Thanks, im using SQL CE 3.5 – Raul Solis Aug 08 '13 at 15:09
  • The parameters do respect this, but your server doesn`t if the server uses a case-insensitive collation.[Changing SQL Server collation to case insensitive from case sensitive?](http://stackoverflow.com/questions/3296428/changing-sql-server-collation-to-case-insensitive-from-case-sensitive/3296444#3296444) – Heslacher Aug 08 '13 at 15:09
  • @Heslacher The link you provide refers to `Sql Server` **not** `Sql Server Compact` – Chris Aug 08 '13 at 17:07
  • 1
    @RaulSolis Did you set the *Case Sensitive* option during the creation of the database? – Chris Aug 08 '13 at 17:09
  • @Chris this is for SqlCe the same. – Heslacher Aug 08 '13 at 17:45
  • 1
    @Heslacher No, this not for SQLCE the same. Case sensitive has been introduced in SQLCE 3.5 SP1 See this [link](http://erikej.blogspot.fr/2008/07/working-with-case-sensitive-sql-compact.html) for more informations. You can't use the T-SQL snippets that your link provides with SQLCE. There is no "Server" in SQLCE... – Chris Aug 08 '13 at 18:39

0 Answers0