Hi Marco,
I hope we are using 4.0.6,
I've copied this code from the Doa unit:
PSA := @SecurityAttributes;
PSD := @SecurityDescriptor;
with PSA^ do
begin
nLength := SizeOf(TSecurityAttributes);
lpSecurityDescriptor := PSD;
bInheritHandle := True;
end...
Hi,
We've encountered this problem on 2 customer Pc's after they installed a security update for Windows:
(Windows 2000 Service Pack 4 build 2195)
Stack Trace:
OracleMonitor MonitorClient.Destroy
OracleMonitorIntf Error
OracleMonitorIntf TEvent.Create...
Hello,
I' trying to use the TOracleEvent Component (Doa4)
OracleEvent.Start sends this SQL :
begin
sys.dbms_alert.register('MyEvent');
sys.dbms_alert.register('000A27E30001');
end;
The first line register my event, what's the matter with the second line created by DOAs?
This call will...
Hi,
any chance to compile a Windows Service Application with DOAs without any references of the "Forms" unit and any "messagebox" etc calls ?
From the In the 4.0 "What's new" text:
"NONVISUAL: removes all references to visual units for character based Linux servers "
Does this work with...
Hi,
we are using DOA vs a Oracle 8.1.7 DB which has a Database Link (@Vfo) to a 7.3.4 DB
We are running into a problem where a Query with more than 1 Variable doesnt work anymore
(no resultset),
Example :
SELECT * FROM USER_TAB_COLUMNS@vfo WHERE table_name='DGLAND'
AND...