|
-
Oct 5th, 2005, 08:39 AM
#1
Thread Starter
New Member
Adding data from local SQL
Hi there,
Could some one please help me to attach data from SQl server? my code goes like this:
private void button4_Click(object sender, EventArgs e)
{
SqlDataAdapter adp = new SqlDataAdapter
(the name of the sheet that I like to attach is Main$)
So, when the button 4 is executed, I want the Main$ is to appear on the datagrid... Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|