|
-
Sep 18th, 2011, 06:22 AM
#1
Thread Starter
Member
Basic Data adding to access 2007
Hai,
I have created a form wherein there is a text box , and a button,
the text box is binded to a access database table and field ,
i want to add the data of text box to the field using the button.
i don't want to use conventional binding navigator
plz help
-
Sep 18th, 2011, 06:47 AM
#2
Hyperactive Member
Re: Basic Data adding to access 2007
-
Sep 18th, 2011, 07:08 AM
#3
Thread Starter
Member
Re: Basic Data adding to access 2007
Hai
Thanks for the link, since i am a newbie in this field
i am not able to make out the exactly how can i apply to my project
kindly share any code so that i can follow.
regards
Praveen
-
Sep 18th, 2011, 07:29 AM
#4
Thread Starter
Member
Re: Basic Data adding to access 2007
Hello,
I am able to add the value using
Code:
CATOEMBindingSource.AddNew()
but the data is not getting saved in the access sheet
help me
regards
Praveen
-
Sep 18th, 2011, 08:22 AM
#5
Hyperactive Member
Re: Basic Data adding to access 2007
 Originally Posted by cycleinmars
Hello,
I am able to add the value using
Code:
CATOEMBindingSource.AddNew()
but the data is not getting saved in the access sheet
help me
regards
Praveen
You haven't shown whole code so i can't tell what would be the problem 
might be connection problem so this is the tutorial where you can learn vb.net and databases. http://www.homeandlearn.co.uk/net/nets12p1.html
Tags for this Thread
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
|