Re: SQL Query results in a EAccessViolation
- From: "Dan Guzman" <guzmanda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 4 May 2009 06:53:58 -0500
Somtimes I get a EAccessViolation where is this comming from? I have run at
that time this query already for the past 12 to 24 hours. from the same
location to the same server.
Do have any additional exception details, such as the faulting module? We don't really have enough information to help you. You might try posting this to a Delphi forum/group since it is more likely that AV is occurring in a layer outside of ADO (e.g. BDE).
--
Hope this helps.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
"JvdNiet" <JvdNiet@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:4F0F03B3-A848-427F-BE0F-3AF531F0AF5B@xxxxxxxxxxxxxxxx
Hi I have a query that I run every 5 seconds in a DB.
Somtimes I get a EAccessViolation where is this comming from? I have run at
that time this query already for the past 12 to 24 hours. from the same
location to the same server.
Server is 2005 Express.
Client is a ADOQuery, ADOConnection.
The Query is very flat.
SELECT COUNT(8) AS NrCritical FROM Tbl_Messages WHERE Critical =
:lCritical AND Acknowledge = :lAcknowledge;
lCritical: [True]
lAcknowledge: [False]
Regards
Jvdn
.
- Follow-Ups:
- Re: SQL Query results in a EAccessViolation
- From: JvdNiet
- Re: SQL Query results in a EAccessViolation
- References:
- SQL Query results in a EAccessViolation
- From: JvdNiet
- SQL Query results in a EAccessViolation
- Prev by Date: Re: Mmanaging a transaction table with 50,000+ records / hr
- Next by Date: Re: SQL Query results in a EAccessViolation
- Previous by thread: SQL Query results in a EAccessViolation
- Next by thread: Re: SQL Query results in a EAccessViolation
- Index(es):
Relevant Pages
|