Hi All, Is it possible to rename a table using JDBC. I am using MSExcel as database. Even otherwise is there any standard SQL for renaming a table. Regards Preeti
Daniel Dunleavy
Ranch Hand
Joined: Mar 13, 2001
Posts: 276
posted
0
In most databases ... NO. You could create a View to the table, which would give you the new name. I don't know about Excel. Dan