I tried ADO RS to access Oracle database, I issued the following query "SELECT * FROM C_GR WHERE VCODE='00006'".<br><br>The following is the structure of the C_GR table;<br><br>PONO CHAR(8)<br>PCODE CHAR(10)<br>VCODE CHAR(6)<br>ITEMSRLNO NUMBER(2) <br>QTYRCV NUMBER(6)<br><br>All the character fields I am able to get the value but when i try to access the number field like itemsrlno it show 0 in that field.<br><br>Can anybody help me how to solve this problem.<br><br>Logamoorthy