![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » Using DBISAM » Upgrading Tables |
begin
with MyTable do
begin
DatabaseName:='d:\temp';
TableName:='customer';
if Exists then
UpgradeTable;
end;
end;| Original Extension | Backup Extension |
| .dat (data) | .dup |
| .idx (indexes) | .iup |
| .blb (BLOBs) | .bup |
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

