Delphi/KADao Problems

Active | Insert Queries | Database Locations


Making a table "Active"

Theoretically, these 3 lines should accomplish the same thing ... they don't.


Insert Queries

When an Insert query is used, the Find_First method will not find the new data unless the database is closed and re-opened. I was not able to find another way to accomplish this.


Database Locations

With Delphi programs (*.exe's), *.mdb files can be anywhere that the developer has access. However, with web servers (CGI *.exe or ISAPI *.dll files), *.mdb files must be located on the same machine. For example I 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
URL: http:// cpcug.org / user / clemenzi / technical / Databases / Delphi / KADao / Problems.html