Posts

Showing posts from October, 2012

SQL Help............ On It...

http://beginner-sql-tutorial.com/sql-commands.htm for Note's and Assignment call Message : 9810301034 and email on g9_sharma@yahoo.com

C# Connectivity with MySql Server..

Image
for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsFormsApplication2 {     public partial class WelcomeForm : Form     {         SqlConnection cnn;         SqlCommand cmd;         SqlDataReader dr;         public WelcomeForm()         {             InitializeComponent();             cnn = new SqlConnection ( "Data Source=CORE2DUO-PC; initial catalog=st...

SQL Help......

http://www.w3schools.com/sql/ for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com