R
ray well
hi,
i need to rename a table in a access database, within ado .net.
is that doable with a ExecuteNonQuery sql command applied to a
OleDbConnection, if so what
would the command be, i can't find any documentation for it?
is it done thru a SchemaTable? what then would be code. i tried
SchemaTable.Rows(RowCount)!TABLE_NAME = "tblNewName", but it is read only.
thanks for any help
ray
i need to rename a table in a access database, within ado .net.
is that doable with a ExecuteNonQuery sql command applied to a
OleDbConnection, if so what
would the command be, i can't find any documentation for it?
is it done thru a SchemaTable? what then would be code. i tried
SchemaTable.Rows(RowCount)!TABLE_NAME = "tblNewName", but it is read only.
thanks for any help
ray