Hi,

Is it possible to alter the structure of an ADO recordset ? Using FoxPro, I can use a statement such as :

ALTER TABLE tempdirectors ADD COLUMN rfname c(20)

to add a new field to a table.

Any comparable command in VB ?

Thanks for any info.