Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread TDBISAMDesignTable's CompareStructure replacement?
Wed, Jan 31 2024 4:58 PMPermanent Link

Phil Frank

MealService Software

As part of our upgrade process we have a utility that upgrades and updates all of a client's tables. We've been using the TDBISAMDesignTable component with great success. However, calling CompareStructure (with DBISAM 4) now generates an AV.

I realize, if necessary, we could do a series of calls like:
Alter table if exists Assessments add column if not exists Goal_BMI Float at 82

But we'd have to code that for every field in every table. Does anyone know of a current version of the DesignTable component or some relatively easy method of identifying differences in two tables?

Phil
Image