Re: Execute SQL statement on Dataset
- From: "Scott M." <s-mar@xxxxxxxxxxxxx>
- Date: Thu, 12 May 2005 23:00:04 -0400
Yes, I know. But it does give you SQL "like" capabilities with a DataTable
and that's the point I was making.
"Val Mazur (MVP)" <group51a@xxxxxxxxxxx> wrote in message
news:OBb9VW2VFHA.2660@xxxxxxxxxxxxxxxxxxxxxxx
> This Select is more like a WHERE clause. After selection you would need to
> loop through the rows, but it definitely helps to limit rows to work with
>
> --
> Val Mazur
> Microsoft MVP
>
> http://xport.mvps.org
>
>
>
> "Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message
> news:u754rD2VFHA.2124@xxxxxxxxxxxxxxxxxxxxxxx
>> >While you can use the "Select" method/property against a table, to find
>> >a subset of the rows, this will not permit one to execute an action
>> >against all of those rows--not without visiting each one.
>>
>> So, is this not a way to do it? The question was "Is there a way to
>> execute SQL statement on a Dataset?" The Select method allows for a SQL
>> type of criteria to be used. Granted it must be accompanied by DataTable
>> techniques for row movement, it does allow for SQL type statements to be
>> used in conjunction with a DataTable.
>>
>> I was responding to Marina who said "You can't do anything like that." .
>> You most certainly can.
>>
>>
>>
>
>
.
- References:
- Execute SQL statement on Dataset
- From: pierrev
- Re: Execute SQL statement on Dataset
- From: Marina
- Re: Execute SQL statement on Dataset
- From: Scott M.
- Re: Execute SQL statement on Dataset
- From: William \(Bill\) Vaughn
- Re: Execute SQL statement on Dataset
- From: Scott M.
- Re: Execute SQL statement on Dataset
- From: Val Mazur \(MVP\)
- Execute SQL statement on Dataset
- Prev by Date: Re: Parameters Question
- Next by Date: Re: Returning CURSORS from ORACLE STORED FUNCTIONS
- Previous by thread: Re: Execute SQL statement on Dataset
- Next by thread: Re: Execute SQL statement on Dataset
- Index(es):
Relevant Pages
|
Loading