B
Bill
In the segment of code below, I'm adding a 7 character field to the
Registry table. Where in the syntax of the ALTER TABLE string
you see being assigned to strDDL can I specify the default value?
And how, like Default(value)?
strDDL = "ALTER TABLE Registry ADD Column Baptized text(7)"
conBackend.Execute strDDL, dbFailOnError
Where conbackend is: Dim conBackend As ADODB.Connection
Thanks,
Bill
Registry table. Where in the syntax of the ALTER TABLE string
you see being assigned to strDDL can I specify the default value?
And how, like Default(value)?
strDDL = "ALTER TABLE Registry ADD Column Baptized text(7)"
conBackend.Execute strDDL, dbFailOnError
Where conbackend is: Dim conBackend As ADODB.Connection
Thanks,
Bill