Board index » delphi » Second Request
Debra Matela
![]() Delphi Developer |
Tue, 30 Mar 2004 00:44:01 GMT
|
Debra Matela
![]() Delphi Developer |
Tue, 30 Mar 2004 00:44:01 GMT
Second Request
Is this a stupid question or what? I would really appreciate the favor of a
reply even if it is "I do not know." Can someone please tell me why when TQuery.RequestLive:= true and the call Debra Matela |
John Pierc
![]() Delphi Developer |
Tue, 30 Mar 2004 01:05:57 GMT
Re:Second RequestFor one thing, you don't say what version of Delphi, or what database, or how you're connecting, or why you're calling DbiOpenBlob. John PIerce |
Eric Hil
![]() Delphi Developer |
Tue, 30 Mar 2004 01:26:50 GMT
Re:Second RequestHow about setting a breakpoint in the source for TQuery so that you can follow code execution to see what /really/ happens? Eric Quote"Debra Matela" <debbi...@eastsoft.com> wrote in message Quote> Is this a stupid question or what? I would really appreciate the favor of |
Debra Matel
![]() Delphi Developer |
Tue, 30 Mar 2004 22:40:33 GMT
Re:Second RequestThank-you for your replies guys. I was feeling like the ugly step sister. But you are correct, I did not give enough info. We are using Delphi 6 without the patches and I am testing on MSSQL 2000. 1. BdeCallBack with CallType: cbSERVERCALL then From what I have learned, these callbacks are probably coming from When I trace using SQL Monitor, RequestLive = true, there are sql statements SELECT DATALENGTH(blobfieldname) FROM tablename WHERE (clause from for each blob field. When RequestLive=false, these are not present. When I I know that setting RequestLive=false will prevent the second connection but Debra Matela Quote"Eric Hill" <e...@ijack.net> wrote in message news:3bc5d5af$1_2@dnews... |
Eric Hil
![]() Delphi Developer |
Tue, 30 Mar 2004 23:12:02 GMT
Re:Second RequestGood info. Two things, First, update to D6 SP1, and get the latest BDE (5.2?) from Borland's web Second, I seem to remember reading something about this in this ng many Eric Quote"Debra Matela" <debbi...@eastsoft.com> wrote in message Quote> Thank-you for your replies guys. I was feeling like the ugly step sister. |
John Pierc
![]() Delphi Developer |
Wed, 31 Mar 2004 00:27:03 GMT
Re:Second RequestI don't use the BDE anymore, and I don't use SqlServer either, but your ugly-step-sister plight has touched me to the core. The BDE treats "live" blobs and "dead" blobs differently. The length All the SS gurus on this forum recommend using ADO with SS, so I'll By the way, in the most famous step-sister story of which I am aware, John Pierce |
1. How to get the second error message (second request for help)
2. Second Request for HELP: Using D2 DLL's in MS-Access
3. Help with TStringList (Second Request)
5. Blob field problems, second request for help
7. Second request: Re: Setting incoming color of TColorDialog
8. Help - second request - BDE error?