Re: dbconvert SYBMONEY to String
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Fair enough, let me try that. Just wanted a glimmer of hope before going in a few different directions.
- Ken
>> 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.