- Sivaprakash BKR
- PowerBuilder
- Thursday, 2 December 2021 12:31 PM UTC
Hello,
Using PB 2019 R3 build 2703, PostgreSQL 11, Windows 10 [ Both computers ]
We created a datawindow using the following query [ not a real query ]
Select Cast(0 as decimal(17,3)) as billedquantity, Cast(0 as decimal(17,3)) as stockquantity,
From in_sales_order_detail a
After creating the datawindow, if we view the column specification, we find two different type(s) in two different computers.
IN Compter 1, we see this
IN second computer, we see this
See it's taking decimal(3) in one computer and decimal(6) in another computer. Whatever changes we make from computer 2, this type get's changed to decimal(6). The same datawindow, same project, if we open and modify from 1st computer, it's taking as decimal(3).
What will be the issue? Any idea/suggestion to identify this issue?
Happiness Always
BKR Sivaprakash
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.