Hi,
I'm using MSSQL ODBC connectivity.I'm having a problem with numbers.
when I insert a number in the data base through my php script, it is inserted correctly . but if I retrive it using SELECT stmt , the number is returend saperated with commas . for example if I insert 1000 it will be returned as 1,000.
I used the types numeric,int ,smallint but nothing works.
any ideas?
thank you in advanced..