User Profile
Collapse
-
Thank you very much.... -
...Code://object of dataadapter SqlDataAdapter adp=new SqlDataAdapter(); // assign sqlquery to extract from database. refer previous //code for selecting data from db. adp.selectCommand=cmd; //object of dataset DataSet Ds=new DataSet(); //filling dataset with records that exist in adapter adp.fill(ds,"tempTablename"); //realeasing data adapter adp.dispose();
Leave a comment:
-
M using C# for web desktop project
Thanks for your kind respond.Leave a comment:
-
Thanks a lot. Is notepad is sufficient for coding xml programme?Leave a comment:
-
Start Xml
M tring to learn Xml I visited various sites to begin with xml. I Got lots of description regarding xml and I acquire little bit theoretical concept but I failed to code program in xml.
So Please Please help me to start with xml and which software I have to install in my system. It will be very much kind for me if anybody help me to begin with xml -
Include the following namespace in your code window
Write the following code in formload event or button click eventCode:using System.Data.SqlClient;
...Code:SqlConnection con=new SqlConnection(); con.connectionString="Data Source=SqlserverName;initial catalog=databasename;user id=sqlusername;password=sqlpassword;integrated security=false"; con.open(); try { SqlCommand cmd=new SqlCommand();Leave a comment:
-
globally connecting with sql
Can any body help me to define global connection in C#.net
where to define and which file to open to define connection string and how to access global connection.
I'll be very much thankful those who helped me to overcome my problem
No activity results to display
Show More
Leave a comment: