Informix Dynamic Server 11.70 : Create synonym for tables that resides on database with different locales -


  1. question

    is possible do? need create synonym in database db_locale=en_us.utf8, table in database db_locale=en_us.819, or vice versa.

  2. the error i'm getting

    -23197  database locale information mismatch.  locale information gl_ctype or gl_collate in system catalog of specified database not match locale information in specified environment variable db_locale. check value of db_locale. 


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -