Re: Creating an in memory table



On Oct 26, 2:55 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
If you only want selected values, then you will have to adjust the text
in your OleDbCommand to filter out the values you don't want to see.


Thank you for the reply.
But I am not able to understand ur suggestion.
Do you mean using (OleDbCommand cmd = new OleDbCommand("SELECT Col1,
Col2 into dt FROM Test.csv" , conn))

or something else?

-Thanks.


.



Relevant Pages

  • Re: Creating an in memory table
    ... If you only want selected values, then you will have to adjust the text ... in your OleDbCommand to filter out the values you don't want to see. ... conn)) ...
    (microsoft.public.dotnet.languages.csharp)
  • Combobox display and value member
    ... I'm trying to fill my combobox per code, not with a DataSet because I ... conn = new OleDbConnection; ... OleDbDataReader reader = cmd.ExecuteReader; ... OleDbCommand neu = new OleDbCommand("select agtid from ...
    (microsoft.public.dotnet.languages.csharp)