does anybody know if it is possible to change the colname after
using command ExecuteTable ?
When I'm using e.g. cmd.ExecuteTable("table1",500)
I get the column names like the fieldnames in the database table
defined.
I would like to do something like this
table1.colname("field1") = "CatalogID"