Recent content by alda

  1. A

    MIDAS + DAO + THREAD

    I want read alerts from Server OSession_kotace.DBMS_Alert.Register('X20552'); I use this thread: unit vlaknoRefresh; interface uses Classes, dbClient, ScktComp, SConnect, forms, StdCtrls; type TThreadRefresh = class(TThread) private { Private declarations } fRefresh: Boolean...
  2. A

    MIDAS + DAO + THREAD

    hi I need reading function from server function GetAlert: WideString; safecall; (...DmSPAD1.OSession_kotace.DBMS_Alert.WaitAny(gs_alert,gs_zprava,gi_status,5)...) If I reading from clint (thread) this functions arising exception EVariantError with error message: Variant is not an array. Why...
Back
Top