D
Dileep Dasa
Guest
Aidan has already made good suggestions. If you deactivate indexes, it would probably solve problem with -stsh value. Following link might be helpful in calculating appropriate stack size: knowledgebase.progress.com/.../P79111 Between the two approaches mentioned, I think the better approach is to do a binary dump/load and converting to UTF-8 afterwards. Collation defines the ordering relationships of the characters in a character set. A collation algorithm defines an order through the process of comparing two given character strings and deciding which should come before the other. It is basically a set of rules to compare characters in a character set. You can find lot of information about collations on internet. Some links: en.wikipedia.org/.../Collation programmers.stackexchange.com/.../what-is-the-difference-between-collation-and-character-set
Continue reading...
Continue reading...