Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: ASE v16 SP01 & open client 15.7 excel queries convert negative money values incorrectly

$
0
0

1. Create a test table  as below

 

create table testTable (IdCol integer identity, myMoney money)

 

 

2. Pouplate this with two rows

 

insert testTable select 100.00

insert testTable select -200.00

go

 

3. extract this into a flat file with isql /bcp ( with new version first and old version if needed) with comma as column/field separator

 

4. In MS Excel open the file and see the results.

 

If negative number is shown as expected then start narrowing down on client version.

 

HTH

 

Avinash


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>