Re: dbconvert SYBMONEY to String
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2010/10/5 Ken Collins <[email protected]> > > So I was debugging all my money fields loosing their last 2 decimal places > in my new client lib and noticed this in the source. > > test("MONEY", "-922337203685477.5808", "-922337203685477.58"); > > Does this mean my client will always loose those last 2 values? Is there > anything I can do? > > Well... avoid conversion to string... bind/fetch to money structure. freddy77