Hello ,
I was on holiday for some weeks.
During holidays i started to work on this project again , trying to incorporate fivedbu (working with ADO)
So i work on a module to create and modify ADO tables , using the command as :
'ALTER TABLE Customer ADD COLUMN NewField VARCHAR(20) NOT NULL DEFAULT "" ''
Creating this column a logical inputfield indicates NULL or NOT NULL , a Characterfield the Default value.
But modifying the structure we has to read this two data from the ADO Data set. How it can be done ?
Frank
↧