Recent content by phan

  1. P

    Drop me some code update BLOB using ASTA

    Any one in forum have experience working with ASTADOAServer ? Please drop me some code to execute Update/Insert BLOB field. in 2 tier i usualy use below code to update blob: // insert into lobtable (id, lobcolumn) values (:id, empty_blob()) // returning lobcolumn into :lobcolumn with...
  2. P

    Multithread and heavy executions leads to access violation

    When Access violation CPU window display: TCollection.Getcount: 0041F340 mov eax,[eax+$08] -> 0041F343 mov eax,[eax+$08] 0041F346 ret 0041F347 nop TCollection.GetItem: 0041F348 push ebx 0041F349 push esi 0041F34A mov esi,edx 0041F34C mov ebx,eax 0041F34E mov edx,esi 0041F350 mov eax,[ebx+$08]...
  3. P

    Multithread and heavy executions leads to access violation

    if run speed is average (30 times/second)thread work fine but when speed up 60 times/second access violation after short time running (about 10 minute) Any suggestion ? Here is my code --------------------------------- procedure TVoteDBThread.Execute; var pSMS E2S; NewRec: pS2E...
Back
Top