Hi all,
I'm getting the above error in Delphi 4 when attempting to connect a
TDatabase component to an MS Access table. I am following the below
instructions:
Database1.Datab aseName:='tryDB ';
Database1.Drive rName:=MSACCESS ;
Database1.Login Promt:=false;
Database1.Param s.Clear;
Database1.Param s.Add('DATABASE NAME=D:\Project s\pattern.mdb') ;
Database1.Conne cted:=true;
TDBGrid.DataSou rce:=DataSource 1;
DataSource1.Dat aSet:=Table1;
Table1.Database Name:='tryDB';
Table1.Active:= true;
Any help would be appreciated.
TIA,
TJ
I'm getting the above error in Delphi 4 when attempting to connect a
TDatabase component to an MS Access table. I am following the below
instructions:
Database1.Datab aseName:='tryDB ';
Database1.Drive rName:=MSACCESS ;
Database1.Login Promt:=false;
Database1.Param s.Clear;
Database1.Param s.Add('DATABASE NAME=D:\Project s\pattern.mdb') ;
Database1.Conne cted:=true;
TDBGrid.DataSou rce:=DataSource 1;
DataSource1.Dat aSet:=Table1;
Table1.Database Name:='tryDB';
Table1.Active:= true;
Any help would be appreciated.
TIA,
TJ
Comment