Making a table "Active"
SamplesDataModule.KADaoTable_Experiment_Details.Open; // works SamplesDataModule.Experiment_DataSource.DataSet.Open; // fails SamplesDataModule.Experiment_DataSource.DataSet.Active := true; // fails
Insert Queries
Aliases_tbl.Active := false; Aliases_tbl.Active := true;I was not able to find another way to accomplish this.
Database Locations
Samples=C:\Inetpub\wwwroot\rlc\SLP_DB\SamplePrep\Samples.mdb works Samples=Samples.mdb works Samples=\\Enterprise\F\NIST\Main Database\Jet databases\Samples.mdb failsI assume that this is some type of access control issue where IIS does not have permission to access paths over the local network. Author: Robert Clemenzi - clemenzi@cpcug.org