No, not only turned Anti Virus off, but also shuted InterBase server down.
Forgot to mention, I'm using D5.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Donovan J. Edye
Sent: Friday, 24 March 2000 15:30
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Slow opening a Paradox table with concurrent access
C,
Got any anti virus software running??
------------------------------------------------------------------------
--Donovan
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer
Web: www.namsys.com.au E-Mail: [EMAIL PROTECTED]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
------------------------------------------------------------------------
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Cheng Wei
Sent: Friday, 24 March 2000 12:51
To: Multiple recipients of list delphi
Subject: [DUG]: Slow opening a Paradox table with concurrent access
- Paradox db (Paradox 5.0 for windows) resides on machine 1.
- Machine 2 and 3 run the following code concurrently.
- The message pops up after about 5 seconds when you click Button1.
- All the machines are running Windows NT Service Pack 5.
procedure TForm1.Button1Click(Sender: TObject);
begin
Table1.Open;
Table1.Close;
ShowMessage('Done');
end;
Any ideas of why the performance is so bad?
Thanks in advance
Cheng
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz