Menu

Collation problem

Help
Anonymous
2006-07-19
2013-03-22
  • Anonymous

    Anonymous - 2006-07-19

    Has anyone had problems with the collation conflicts?
    I know that the problem is that a few tables in the DB have text (varchar) fields as primary keys.
    Since I cannot change the DB, is there a workaround to make ORM work in this situation?

     
    • David Parslow

      David Parslow - 2006-07-19

      I am not an expert by far in this area but I am guessing that your problem is a conflict between the collation of the TEMPDB (temporary table) database and your DB.

      The TEMPDB database is created each time the server is rebooted. TEMPDB has the same default collation sequence as the model DB.

      I am not aware on any OR Mappers that do anything special with collation

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.