on ‎2019 Apr 23 1:09 PM
I have created One table in items.xml. Now I need to delete that particular table. so I have commented those lines in xml files and run ant clean all. But Jalo class created for that particular table is not removing even if we give ant clean cmd also. we need to delete manually in particular folder path. Please suggest a way to delete the existing table from DB.
Request clarification before answering.
The ant clean command or system update does not delete the the database table. The database table can be deleted using system intialization but this is not an option in most cases. Therefore, the only option you are left with is to delete the database table using SQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marimuthu P - please check the syntax at https://www.w3schools.com/sql/sql_drop_table.asp
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.