Lucas,
Concerning dbcreate I think the default behavior of (x)Harbour is to override a table with the same name.
I think we should keep things as they are. I think our app is expecting this standard behavior.
User can test hb_adoRddExistsTable( oCn, cTable, cIndex ) before creating new table
Confirm?