Subject | Re: [IBO] cannot insert the new row |
---|---|
Author | Jason Wharton |
Post date | 2002-12-02T21:43:48Z |
Apparently the UpdateSQL reference must have gotten severed somehow.
Make sure it has one or you can get rid of it by moving the statements
directly into TIBOQuery.InsertSQL property.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Make sure it has one or you can get rid of it by moving the statements
directly into TIBOQuery.InsertSQL property.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Virtual Memory" <virtual@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, December 02, 2002 11:35 AM
Subject: Re: [IBO] cannot insert the new row
> This mistake this occurring when the component TIBOQuery uses in the
> property SQL a select contend any join format like example;
>
> select l060_codigo, l060_valor, l065_produto from l060 inner join l065 on
> (l060_codigo = l065_l060_codigo)
>
> when I use the command insert in this query have the mistake.
>
> OBS: query this like cachedupdates = true, and it uses a component
> updatesql.
>
> Virtual Memory Developer System
> Flavio Macedo :.
> Diretor
> ----- Original Message -----
> From: "Jason Wharton" <jwharton@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Monday, December 02, 2002 3:50 PM
> Subject: Re: [IBO] cannot insert the new row
>
>
> > More information please...
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> > -- We may not have it all together --
> > -- But together we have it all --
> >
> >
> > ----- Original Message -----
> > From: "Virtual Memory" <virtual@...>
> > To: "IBO" <IBObjects@yahoogroups.com>
> > Sent: Monday, December 02, 2002 8:25 AM
> > Subject: [IBO] cannot insert the new row
> >
> >
> > > After the conversion for the components IBO, several class components
> > TIBOQuery are introducing the following mistake at insert or append
> moment:
> > >
> > > cannot insert the new row
> > >
> > > Virtual Memory Developer System
> > > Flavio Macedo :.
> > > Diretor