![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.10 » View Incident Report |
| Reported By: Marco Rodriguez Reported On: 9/20/2004 For: Version 4.10 Build 1 |
dbisamt.Databasename:= 'd:\datos\ibsam\bancos';
dbisamt.TableName:= 'CUENP_A1';
if dbisamt.Exists then
begin
with dbisamt do
begin
fielddefs.Update;
indexdefs.Update;
fielddefs.insert(3,'CP_PRUEBA',ftstring,5,false);
AlterTable(LocaleID,UserMajorVersion,UserMinorVersion,
Encrypted,Password,Description,
IndexPageSize,BlobBlockSize,LastAutoIncValue,
TextIndexFields,TextIndexStopWords,
TextIndexSpaceChars,TextIndexIncludeChars);
end;This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

