CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjun-Sarankulu

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,607

    Re: to read csv file into text file

    where i can find the Lumen CSV and it should read all the data from csv file
    I am not getting what is wrong with my code.
    I am developeing a utility for my company which will read the csv file
    Can...
  2. Replies
    5
    Views
    1,607

    to read csv file into text file

    I have written the code to read the csv file(which include 4 rows)
    and the application is running sucessfully, while writting to the file it writes 2nd and 4th row to the file
    I am not getting why...
  3. Re: Reading and Writing to the file using Stream Reader and Stream Writer

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    ...
  4. Re: Reading and Writing to the file using Stream Reader and Stream Writer

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    ...
  5. Re: Reading and Writing to the file using Stream Reader and Stream Writer

    Below attached file contain the error
    Sorry for troubling you all
    Thanks and Regards
  6. Read data from .csv file and store in database

    Hi all,
    When i Browse the .csv file the data present in that File data should store in database
    I am new to this , can any one help me for the same
    Thanks and Regards
  7. Re: Reading and Writing to the file using Stream Reader and Stream Writer

    Thanks Sir for your comment
    Its giving the exception and goes to catch block and display the respective error message present in Message Box.
    I want to say that if i am taking txt file from file...
  8. Re: Reading and Writing to the file using Stream Reader and Stream Writer

    I have written try catch block
    It goes in the catch block
    and Print "error:" as msg in message box
    Thank for your comments
  9. Reading and Writing to the file using Stream Reader and Stream Writer

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    ...
  10. Reading and Writing to another file

    I am working on .net 4.0
    In my organisation there are two file format
    1)PNB and 2)ACE(need to select any one of the format to convert to respective format
    if i select ACE means through file...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured