Re: ADOQuery and Blob slowness
From: Bill Todd (no_at_no.com)
Date: 10/27/04
- Next message: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Previous message: Del M: "Re: ADOQuery and Blob slowness"
- In reply to: Scott Elgram: "ADOQuery and Blob slowness"
- Next in thread: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Reply: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Oct 2004 12:31:33 -0700
It is likely that the slow performance is in the SELECT. Try something
like:
SELECT * FROM TABLE
WHERE PRIMARY_KEY = SOME_VALUE_THAT_DOES_NOT_EXIST
-- Bill (TeamB) TeamB cannot answer questions received via email
- Next message: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Previous message: Del M: "Re: ADOQuery and Blob slowness"
- In reply to: Scott Elgram: "ADOQuery and Blob slowness"
- Next in thread: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Reply: Scott Elgram: "Re: ADOQuery and Blob slowness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]