You should better use new reportform control from .net
you don't need to install anything reporting services or crystal reports it just works
User Profile
Collapse
-
-
do a search on google for sqldataadapter
To execute an sql command just do this:
SqlConnection conn = new SqlConnection(" my conn string");
SqlCommand comm = new SqlCommand (conn);
comm.CommandTex t("Update mytable set WebSiteName = 'csstemplatesfo rfree.com'");
conn.Open();
comm.ExecuteNon Query();
conn.Close()Leave a comment:
No activity results to display
Show More
Leave a comment: