Обсуждение: Latin1 characters in sql scripts

Поиск
Список
Период
Сортировка

Latin1 characters in sql scripts

От
"Rick Szeto"
Дата:
Hi,
  I am having a problem with writing some scripts that will populate an
application because it has french characters. I already have my db
instance as LATIN1.

  My question is this: How can I escape the 'special' characters?
  Like this 0x00CE?
    or
  Like this \u00CE?

Any help would be greatly appreciated.
Rick