![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for Delphi 5 » Using DBISAM » Renaming Tables |
begin
with MyDBISAMTable do
begin
DatabaseName:='d:\temp';
TableName:='customer';
if Exists then
RenameTable('oldcustomer');
end;
end;This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

