[progress Communities] [progress Openedge Abl] Forum Post: Re: Rtb 11.5.2 Rtb Db Dump &...

  • Thread starter Thread starter asthomas
  • Start date Start date
Status
Not open for further replies.
A

asthomas

Guest
Hi Carl, The latest versions of Roundtable actually come with a rtb.st file that has a suggested Type II storage area structure for a RTB database. I would recommend using this as a starting point for your updated repository. It has been a while since I last tried to convert a database from ISO8859-1 to UTF-8, and as a recall, I had some issues last time I tried ;-) With regards to a database like the RTB repository, you have to take into consideration that there may be data in your database that may cause some challenges with a code page conversion. I have seen some issues with special characters in code stored in the database that gets "confused" when it is converted. A common example of this is code where developers have pasted in things like copyright symbols into the code. This may look ok in e.g. ISO8859-1, and when you change to UTF-8, the characters are translated into something that the compiler is unable to understand. If you know that you have stuff like this in your code, then you should check that after a conversion. If not, then there is no need to worry ;-) A good way to check this would be to do the dump and load conversion, and then use the Populate Workspace feature in RTB to extract all the code for a workspace - and then compile and run it to make sure things are as they should be. HTH

Continue reading...
 
Status
Not open for further replies.
Back
Top