What is the DDL to rename a column in MS Access? Something along the lines of:
alter table myTable rename col1 to col2
which does not work for MSAccess 2000 format databases. I'm using OLEDB or ADO.NET with a MSAccess 2000 format db but would be grateful of any hint at the syntax or a suggestion as to how to achieve this using ADO.NET in some other way.