-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: venkat_kl
Message 2 in Discussion
Hi, //Just create the Connection Object First
SqlConnection cn=new
SqlConnection("server=(local);trusted_connection=yes;database=yourdabase;.....");
//Then Create a SqlDataAdapter Object giving the SQL Statement and
Connection in the parameter like SqlDataAdapter da = new SqlDataAdapter("Your
SQL statement consisting of a join query",cn); DataSet ds=new DataSet();
da.Fill(ds); //if you want you can give table name or leave it
ds.Tables[0].TableName="FirstTableName";
ds.Tables[1].TableName="SecondTableName"; //Bind the Dataset to the DataGrid
dg1.datasource=ds;
dg1.databind(); //do what ever changes you want //use the default update
command
SqlCommandBuilder bld = new SqlCommandBuilder(); bld.DataAdapter=da;
da.Update(ds,"Whichever Table You Want to Update"; for anything and
everything, please let me know bye venkat_kl
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]