Mark Ford

Results 14 comments of Mark Ford

Hit this today as well. Alternately H could be defined as a THandle.

Note that I've fixed the TZOracleLobStream64.ReadPoll function. The existing code failed due to not properly handling the very finicky buffer sizes related to the LobPrefetch size (which defaults to 8k...

I've found the issue (at least for the OCILobIsTemporary errors.) When using an uncached result set, getblob returns an interface. That interface is freed when it goes out of scope...

After further thought and a bunch of testing here are my thoughts: We can't use this pull request as is. It will have problems with blob lifetime if an uncached...

Update... I may have solved it. Testing now.

I've pushed a new pull request with the fixes. A lot of the above can be ignored now as the cumulative changes should give the performance improvements without affecting forward-only...

[Update: For some reason the insert code option isn't formatting correctly for me (I must be doing it wrong.) Basically remove the "if GetSystemMetrics(SM_MENUDROPALIGNMENT) = 0 then " condition and...

I vote for this! I purchased a license of both TBX and Sp last year when I started using this, but obviously not dealing with the patching would be fantastic.

A very tentative change that might fix it. I haven't tested this extensively. In SynEditPrint lines 547-548. I just changed the 1 to a 0 in that second line. if...

Confirming your fix works great and that's quite the teaser! Nicely done!