Total members 9952 | Gratitudes |It is currently Sat Feb 11, 2012 1:30 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: How do I connect my form tomy database
PostPosted: Wed May 27, 2009 9:39 am 
Offline
Newbie
User avatar

Joined: Wed May 27, 2009 9:06 am
Posts: 2
Has thanked: 0 time
Have thanks: 0 time

Hello, Please am new on C# and am using Ms Visuall studio 2008 to build a windows form using C# but I dont know how to connect my submit button to the database ms sql server 2005, so i can view the information entered from the form. Thank you


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: How do I connect my form tomy database
PostPosted: Sun Oct 24, 2010 4:38 am 
Offline
Newbie
User avatar

Joined: Tue Mar 30, 2010 4:17 pm
Posts: 3
Has thanked: 0 time
Have thanks: 1 time
using System.Data.SqlClient;

String sqlQuery = "INSERT INTO table name Values (@,@,@,@,@,@)";
SqlConnection aConn = new SqlConnection("Data source= Your Computer name \\SQLEXPRESS; database= your database name ; Integrated Security = true");
SqlCommand aCommand = new SqlCommand(sqlQuery, aConn);



Regards
Joe



For this message the author yosiffz has received gratitude : msi_333
TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 getting gst, pst total to diplay in my javascript form  Scripting Language  Anonymous  0
 database contents display in table format in swing  GUI  subho07  4
 How to make PHP form data saved into txt file  PHP  Radu  6
 How to connect to serial port using java  Java  msi_333  11
 php User Registration Form  PHP Tutorials  msi_333  2

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question  cron




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team