- 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

Reply via email to