what is the best way to handle a CSV file as data table ?

i have this question and hope assistance please .

 

what is the best way to handle a CSV File like a table from

a database and fill it into a datatable object

 

regards !




Answer this question

what is the best way to handle a CSV file as data table ?

  • robinjam

    i'm sorry .

    you are right ..

    i will prepare the code with a description of my question ..



  • Vasquez19

    parse the file and add data to the database.

    Ok , that's right , but i wanna this way for the same reason i.e :

    i have a CSV file into the pocket pc and i need to pull data from it into my database (sdf file).

    regards ..



  • Arkady Frenkel

    I'm not sure I understand your question. You have CSV file, you have SDF file - write some code to parse CSV file and put that data into SDF file. Ask specific questions you have with implementation, post your code with description of the problem.

    Do not expect somebody would post ready to go application for you, see this, items 7 and 15:

    http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html



  • tkroll

    Well, the best (and pretty much the only) way to do it: parse the file and add data to the database.

    You could use class from OpenNetcf.org for that or come up with your own code.



  • lefnire

    I think i know what you need , It is so easy  

    but :

     Ilya Tumanov wrote:

     Do not expect somebody would post ready to go application for you . 

     

    try to solve the problem by yourself

    and put your code

    then i will help you

     

    enjoy

     

     


  • what is the best way to handle a CSV file as data table ?