Re: Creating an in memory table
- From: HinduNationalist@xxxxxxxxx
- Date: Fri, 26 Oct 2007 02:46:27 -0000
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.
.
- Follow-Ups:
- Re: Creating an in memory table
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Creating an in memory table
- References:
- Creating an in memory table
- From: HinduNationalist
- Re: Creating an in memory table
- From: Nicholas Paldino [.NET/C# MVP]
- Creating an in memory table
- Prev by Date: Re: Using C# Interfaces and User Controls
- Next by Date: Windows service
- Previous by thread: Re: Creating an in memory table
- Next by thread: Re: Creating an in memory table
- Index(es):
Relevant Pages
|