View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefen Percoco Stefen Percoco is offline
external usenet poster
 
Posts: 3
Default 0 with ADODB Recordset

I am trying to collect datas from a Sybase DB and to
populate a ADODB Recordset with those datas. I inconter
the following problem : all numbers have there zeros at
the right removed. For example, a 1000 in my Sybase DB
will appear in my Recordset as 1.

Has anyone already incontered this issue ?

Thanks in advance for your help.

Stefen.