Tables already exist

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
KnightWare
Posts: 139
Joined: Sat Feb 10, 2018 12:56 am

Tables already exist

Post by KnightWare »

Coming back to an application I was working on. Now when I go into test mode, I get error dialogs (below) stating tables already exist. If I delete the table (SQL SERVER) it just goes onto the next ect. Why does it think it needs to recreate the tables? Do I have to drop All the tables attached to this App?
Attachments
RevReconError.png
RevReconError.png (8.91 KiB) Viewed 1941 times
cishpix
Posts: 183
Joined: Fri Nov 06, 2015 5:07 am
Location: Indonesia

Re: Tables already exist

Post by cishpix »

KnightWare wrote: Tue Jun 01, 2021 8:08 pm Do I have to drop All the tables attached to this App?
I usually will select "No Initial data" when I got the issue
Regards,

Suwandy
-----------------
Kisaran - Indonesia
KnightWare
Posts: 139
Joined: Sat Feb 10, 2018 12:56 am

Re: Tables already exist

Post by KnightWare »

Tried that (No initial data). It still wants to create every table all over again. I just exported the project and imported under a new name. Thanks.
BLOMASKY
Posts: 1470
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Re: Tables already exist

Post by BLOMASKY »

This is one of the reasons why each of my Apps always have a unique production and testing DB. So easy to just drop and recreate the database if necessary (or restore a backup). I always that that should be the default when creating new apps.

Bruce
Post Reply