Re: Query raises AccesViolation on DesignTime
- From: "JamesG" <jgarza@xxxxxxxxxx>
- Date: Mon, 30 May 2005 15:52:05 -0500
Sorry
I'm using Delphi 5 with the UpdatePack1 and the AdoUpdate (UpdatePack2)
MS SqlServer 2000
Thanks
"JamesG" <jgarza@xxxxxxxxxx> escribió en el mensaje
news:429b7c83@xxxxxxxxxxxxxxxxxxxxxxxxx
> I try to set the sql propertie in a TADOQuery, and when activate raises an
> AccesViolation and Delphi close.
>
> The error happend because i have some select inside main select, but why
??
>
> Is it an ADO bug ?
> This is the query
>
>
> select
> cve_lar
> ,cve_cta
> ,lin
> ,(select des from invlin where cve=iar.lin)as [LinNom]
> ,s_lin
> ,(select des from invsli where cve=iar.s_lin)as [SliNom]
> ,fam
> ,(select des from invfam where cve=iar.fam)as [FamNom]
> ,s_fam
> ,(select des from invsfa where cve=iar.s_fam)as [SfaNom]
> ,marca
> ,moneda
>
> from inviar iar
> where iar.art='1949'
>
> I'll try to assign the by code on runtime.
>
> thanks
> James G.
>
>
.
- References:
- Query raises AccesViolation on DesignTime
- From: JamesG
- Query raises AccesViolation on DesignTime
- Prev by Date: Query raises AccesViolation on DesignTime
- Next by Date: Re: qUESTION
- Previous by thread: Query raises AccesViolation on DesignTime
- Index(es):
Relevant Pages
|