CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: apawaskar

  1. #1
    Join Date
    Sep 2001
    Location
    England
    Posts
    3

    apawaskar

    I am connecting to Oracle table using Microsoft ODBC Driver. I am able to add new records, update , delete it. But I am not able to add new record or update it when the field is number with precision(like number(10,2)). I am using ADODB and recordset objects, addNew method and Update method of the recordset object.
    Can anyone find me a solution for this ? It will be a great help to me.



  2. #2

    Re: apawaskar

    what's the error U have?
    how the code U use?



    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  3. #3
    Join Date
    Feb 2001
    Posts
    54

    Re: apawaskar

    Hello:

    How did you setup the Oracle table or how did you enter the data? I am able to add numbers with decimals through VB. My table has a field called salary number(10,2).

    Good Luck




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured