Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

The Unload utility in Sybase cnetral12 does not allow to change the collation. How can I do that in an existing Sybase12 database?

asked 27 Sep '13, 11:42

SybaseLearner's gravatar image

SybaseLearner
75446
accept rate: 0%


You can't change the collation of an existing database - the collation can only be specified when the database is created.

I guess you would have to create a new database with the according collation first (via dbinit) and then could use dbunload -ac to do an one-step unload into the newly created database.

permanent link

answered 27 Sep '13, 12:08

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

permanent link

answered 27 Sep '13, 14:16

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×22

question asked: 27 Sep '13, 11:42

question was seen: 2,488 times

last updated: 27 Sep '13, 14:16