SqlConnection Errors - Resolved!

  • Thread starter Thread starter Tomer
  • Start date Start date
T

Tomer

To all who had problems with connecting to a local sql server 2000 from a
pda. Problems like PlatformNotSupported, and user (null) exceptions.

(This goes to Microsoft's guys too!!)

Here's my suggested solution:
I've discovered that it matters which collation you use for your database,
and what collation you use for the tables. I've tried at first to use the
hebrew collation, and I got the exceptions, when I used the latin1_general
collation, it worked just fine!!

Hope microsoft (will) have a patch for this!

Tomer.
 
Do you have this problem on Hebrew device?
It's normal to get this exception on none-Hebrew device as locale you're
trying to use is most likely not available.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top