Results 1 to 5 of 5

Thread: [RESOLVED] data saving problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    15

    Resolved [RESOLVED] data saving problem

    I have a form that is filled with data bound objects, and I'm using Access as the database. There are lot of calculations in the form, so when i click a button, it fills in the data bound text boxes with the results. Now, if click the save button, the values are not seen in the access. Any suggestions ???
    Last edited by Hack; Sep 24th, 2007 at 09:21 AM. Reason: Added RESOLVED to thread title and green resolved checkmark

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    15

    Re: data saving problem

    ohh.. i m sorry.. its Vb.net

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: data saving problem

    Quote Originally Posted by karthik120
    I have a form that is filled with data bound objects, and I'm using Access as the database. There are lot of calculations in the form, so when i click a button, it fills in the data bound text boxes with the results. Now, if click the save button, the values are not seen in the access. Any suggestions ???
    Post the code you have in your save button.

    VB.NET 2003 or VB.NET 2005 or VB.NET 2008?

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    15

    [RESOLVED]: data saving problem

    i thank all you folks for looking into this problem, and answering my question. In the mean time, i found out the main culprit, it was the data type option in the access.
    I had records with long integer (by default) data type, they were unable to handle double data type results. Its been fixed, and the program is working well now...

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