Re: Execute SQL statement on Dataset
- From: "pierrev" <pierrev@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 06:44:03 -0700
Thanks Marina, this exactly what I wanted to know.
"Marina" wrote:
> 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,
> >
> >
>
>
>
.
- References:
- Execute SQL statement on Dataset
- From: pierrev
- Re: Execute SQL statement on Dataset
- From: Marina
- Execute SQL statement on Dataset
- Prev by Date: Re: problem with simple stored procedure execution
- Next by Date: Re: problem with simple stored procedure execution
- Previous by thread: Re: Execute SQL statement on Dataset
- Next by thread: Re: Execute SQL statement on Dataset
- Index(es):
Relevant Pages
|
Loading