specific server no found'
Posted: Wed 05 Jan 2005 01:57
hi, currently I has setup 2 pc with only win2000 os only. but I found that my program can not execute on this 2 pc. but for other pc has preinstall with MSDE 2000 is ok. it prompt me "specific server no found' on this 2 pc.
What should I include/setup for this 2 pc?
My program just only has 1 TMSConnection ,1 TDataSource and 1 TMSTable.
procedure TDMMain.DataModuleCreate(Sender: TObject);
begin
MyPosKing.Connect;
TblPOSSetting.Open;
end;
procedure TDMMain.DataModuleDestroy(Sender: TObject);
begin
MyPosKing.Connected:=False;
end;
What should I include/setup for this 2 pc?
My program just only has 1 TMSConnection ,1 TDataSource and 1 TMSTable.
procedure TDMMain.DataModuleCreate(Sender: TObject);
begin
MyPosKing.Connect;
TblPOSSetting.Open;
end;
procedure TDMMain.DataModuleDestroy(Sender: TObject);
begin
MyPosKing.Connected:=False;
end;