Hi Group,
I haven written a program on a win 2000 pc and sql server 2000, in the
sql server there're about 40 tables with data and now I'm deploying my
project on a test pc with windows xp professional SP2 and an msde
database but the strange thing is, on my win 2000 sql server 2000 pc
I've got a table which keeps the heighth of something (decimal(8,2)).
An example of a stored value is 4512 and in the msde it's also stored
as 4512 but when I run my program on the win 2000 sql server 2000
machine it displays the value in a textbox as 4512 which is ok, but on
the win xp/msde machine it shows 4512.00 in the textbox and I can't
seem to lose the .00
any help would be much appreciated
PS: the regional settings are the same on both pc's