Reply
how to updat database
Old 03-15-2008, 02:16 PM how to updat database
Novice Talker

Posts: 7
friends
i,m about to design a site using ASP.net (visual basic)
i,m using visual studio 2005 & access database 2007 connection is good
my problem is
i want to establish a page for the user (contact us )for example or (add your add) so user can add his data into certain text boxes then by pressing the button ( add ) all these data are added & stored into their places into the data base
example
a text box for his name so he can type his name in it then by pressing the button contact us or what ever the name is
his name is added & stored into the column of names into the data base
then the same thing for e mail text box & subject text box as a little example
i hope that someone help me with this topic
thank you
pharaohmagic
__________________
www.egyptiannefertiti.com
pharaohmagic is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-15-2008, 06:42 PM Re: how to updat database
chrishirst's Avatar
Super Moderator

Posts: 13,516
Location: Blackpool. UK
Visit http://www.asp101.com/samples/ and work through the database samples
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-06-2008, 02:57 PM Re: how to updat database
Novice Talker

Posts: 5
Name: Aashish Kumar
U can use......

cmd.executenonquery();

for updation of database.
The code in C#.net will..........

************************************************** ********

sqlconnection con=new sqlconnection("Connection string");
con.open();
sqlcommand cmd=new sqlcommand("Update Command",con);
cmd.executenonquery();
con.close();

************************************************** ********
ashishforindia is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to updat database
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11240 seconds with 12 queries