dbconvert SYBMONEY to String
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[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?
- Ken