|
-
Sep 23rd, 2007, 01:52 PM
#1
Thread Starter
New Member
[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
-
Sep 23rd, 2007, 06:16 PM
#2
Re: data saving problem
You didn't mention what you use for your front end.
-
Sep 23rd, 2007, 09:23 PM
#3
Thread Starter
New Member
Re: data saving problem
ohh.. i m sorry.. its Vb.net
-
Sep 24th, 2007, 05:25 AM
#4
Re: data saving problem
 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?
-
Sep 24th, 2007, 08:54 AM
#5
Thread Starter
New Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|