User Profile

Collapse

Profile Sidebar

Collapse
haarigee
haarigee
Last Activity: Jan 22 '10, 08:13 AM
Joined: Jan 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to insert values from dataset or datatable to database table in C#.net

    Code:
    DataSet FilecontentDataset = new DataSet();
            String fileName = string.Empty;
    
            try
            {
                string full = Path.GetFullPath(PathtoTextFile.PostedFile.FileName);
                string file = Path.GetFileName(PathtoTextFile.PostedFile.FileName);
                string dir = Path.GetDirectoryName(PathtoTextFile.PostedFile.FileName);
    ...
    See more | Go to post
    Last edited by tlhintoq; Jan 21 '10, 04:52 PM. Reason: [CODE] ... your code here ... [/CODE] tags added

    Leave a comment:


  • how to insert values from dataset or datatable to database table in C#.net

    I need to insert without any parameters and execution query.

    Since, I have bulk of data's in a dataset the amount of transaction makes the application delay. So i need to directly insert my dataset to database table.

    Code:
    DataSet FilecontentDataset = new DataSet();
            String fileName = string.Empty;
    
            try
            {
                string full = Path.GetFullPath(PathtoTextFile.PostedFile.FileName);
    ...
    See more | Go to post
No activity results to display
Show More
Working...