Re: Execute SQL statement on Dataset
- From: "Marina" <someone@xxxxxxxxxx>
- Date: Thu, 12 May 2005 16:21:39 -0400
The dataset is not an in memory database engine. You can't do anything like
that.
"pierrev" <pierrev@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6B435078-7D6C-4F86-ADED-D8B4A6C0CFBA@xxxxxxxxxxxxxxxx
> Hi,
>
> Is there a way to execute SQL statement on a Dataset?
>
> For example, my Dataset contains 1 table and I want to execute the
> following
> SQL statement:
>
> UPDATE table1 SET Field1='x' WHERE Field2='y'
>
> I know I can use filter and loop on the rows but I have many SQL
> statements
> I'ld like to reuse them.
>
> Thanks,
>
>
.
- Follow-Ups:
- Re: Execute SQL statement on Dataset
- From: pierrev
- Re: Execute SQL statement on Dataset
- From: Scott M.
- Re: Execute SQL statement on Dataset
- References:
- Execute SQL statement on Dataset
- From: pierrev
- Execute SQL statement on Dataset
- Prev by Date: Execute SQL statement on Dataset
- Next by Date: Re: Execute SQL statement on Dataset
- Previous by thread: Execute SQL statement on Dataset
- Next by thread: Re: Execute SQL statement on Dataset
- Index(es):
Relevant Pages
|