- 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
- [DUG]: AVI with tlist create and Delphi 5 Neil Anderson
- Re: [DUG]: AVI with tlist create and Delphi 5 Aaron Scott-Boddendijk
- RE: [DUG]: AVI with tlist create and Delp... Dennis Chuah
- Re: [DUG]: AVI with tlist create and ... Neven MacEwan
- Re: [DUG]: AVI with tlist create ... Kerry Sainsbury
- RE: [DUG]: Slow opening a Paradox... Cheng Wei
- RE: [DUG]: Slow opening a Pa... Donovan J. Edye
- RE: [DUG]: Slow opening ... Cheng Wei
- RE: [DUG]: AVI with tlist create and Delphi 5 Neil Anderson
- RE: [DUG]: AVI with tlist create and Delphi 5 patrick . dunford
- RE: [DUG]: AVI with tlist create and Delp... Dennis Chuah
- Re: [DUG]: AVI with tlist create and Delp... Aaron Scott-Boddendijk
- RE: [DUG]: AVI with tlist create and Delphi 5 Myles Penlington
- RE: [DUG]: AVI with tlist create and Delp... Dennis Chuah
