<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Numbers format problem after migrating database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817191#M4848034</link>
    <description>&lt;P&gt;Well, at least DBISQL v12 &lt;EM&gt;does&lt;/EM&gt; use localized number formatting - in my case, according to the "de-DE" locale with a point as thousand separator and a decimal comma. - But as you say, no big deal:)&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2012 06:39:52 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2012-01-17T06:39:52Z</dc:date>
    <item>
      <title>Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaq-p/13817186</link>
      <description>&lt;P&gt;I've migrated the database from SQL Anywhere 6.0 to 12.0. I'm having problems with the numeric format in the newer version. &lt;/P&gt;
&lt;P&gt;In my old database, the numbers are inserted without any commas, for example "36001.35", but after the migration, the format becomes "36,001.35", it is disturbing the data output in my application. How can I migrate the data from old database to the new database and keep the same format? Please let me know soon. Thanks.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;
I just found out that the format can be controlled from the datawindow source. If I see the source of window in the Powerbuilder, there is format specified format="#, ##0.00", and so I can change the format to format="###0.00". Now my question is, is it the proper way to change the format ?(ie. to Edit the source of each of the datawindow? Or there is some general setting/way to do same thing for whole application at once?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 02:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaq-p/13817186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-17T02:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817188#M4848031</link>
      <description>&lt;P&gt;Where do you see that format, in your application or when using ISQL or Sybase Central do display data?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 04:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817188#M4848031</guid>
      <dc:creator>reimer_pods</dc:creator>
      <dc:date>2012-01-17T04:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817189#M4848032</link>
      <description>&lt;P&gt;&lt;A href="https://sqlanywhere-forum.sap.com/users/9/reimer-pods/"&gt;@Reimer&lt;/A&gt; Pods, I edited the question, please see above. I checked old data in the iSQL while the migrated data in the Sybase Central.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 05:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817189#M4848032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-17T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817187#M4848030</link>
      <description>&lt;P&gt;I would think that this is &lt;STRONG&gt;merely a formatting issue&lt;/STRONG&gt; and does not affect the stored data - as long as you are using a numerical data type instead of text.&lt;/P&gt;
&lt;P&gt;AFAIK, newer versions (v10/v11?) of DBISL and Sybase Central display numbers formatted as specified in the user's or system's regional settings - therefore adding the thousand separator. In contrast, older versions (and the current dbisqlc) just display numerical data in the standard SQL format (i.e. just a decimal point). The underlying data are not affected by this difference in displaying numbers.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;(Sorry, I can't tell on the PowerBuilder question.)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 05:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817187#M4848030</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-01-17T05:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817190#M4848033</link>
      <description>&lt;P&gt;Since V10, ISQL formats numbers using commas as a thousand separator (it is not a thousand separator from the regional settings). However, it is not a big deal, so I've never made fuss out of it.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817190#M4848033</guid>
      <dc:creator>former_SQLA_member1694880</dc:creator>
      <dc:date>2012-01-17T06:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817191#M4848034</link>
      <description>&lt;P&gt;Well, at least DBISQL v12 &lt;EM&gt;does&lt;/EM&gt; use localized number formatting - in my case, according to the "de-DE" locale with a point as thousand separator and a decimal comma. - But as you say, no big deal:)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817191#M4848034</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-01-17T06:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers format problem after migrating database</title>
      <link>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817192#M4848035</link>
      <description>&lt;P&gt;The display or edit format should be independent of the representation used by database administration tools. When we switched from ASA9 to SA12, we didn't notice any change in datawindow formatting (PB 9).  &lt;BR /&gt;
Anyway, I think an PowerBuilder newsgroup would be more appropriate for this kind of question (&lt;A&gt;PB Resources&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/numbers-format-problem-after-migrating-database/qaa-p/13817192#M4848035</guid>
      <dc:creator>reimer_pods</dc:creator>
      <dc:date>2012-01-17T06:59:14Z</dc:date>
    </item>
  </channel>
</rss>

