Re: vb6/ADO 2.8/ DB2
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 8 Apr 2008 10:44:39 -0500
"OldVaxGuy" <OldVaxGuy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:46EC5434-1316-45D3-B679-4F6D1E55D242@xxxxxxxxxxxxxxxx
I'm getting data from a DB2 database in a vb6 application. When longs are
returned it seems like trailing zeros are dropped ie I get a sequence of
values like 98,99,1,101. Any clues?
Are you saying that the value of "98,000" is being returned as "98"?
Or did you really mean that *leading* zeros are being dropped. ie, "00098"
is returned as "98"?
[If this is the case then this is to be expected as "formatting" of a number
is not preserved as part of the value.]
You need to provide a few more details.
-ralph
.
- References:
- vb6/ADO 2.8/ DB2
- From: OldVaxGuy
- vb6/ADO 2.8/ DB2
- Prev by Date: Re: vb6/ADO 2.8/ DB2
- Next by Date: Re: What's the best way to open a recordset for insert only?
- Previous by thread: Re: vb6/ADO 2.8/ DB2
- Next by thread: Re: vb6/ADO 2.8/ DB2
- Index(es):
Relevant Pages
|
|