studio better than other tools.

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

studio better than other tools.

Post by jkuiper » Tue 27 Jan 2009 09:40

dbForge works great. I even can delete a primary key without problems. Other applications like Toad for MySQL, MySQL browser and Maestro for MySQL wil give this error message:
Incorrect table definition; there can be only one auto column and it must be defined as a key
The primary key wil not be deleted. How dos it come that dbForge can delete the primary key succesfully? My emloyer wants to know.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 28 Jan 2009 10:28

It looks like a problem with autoincrement column and it depends on table structure.
But if you want to know what SQL produces our product to alter the table do following:
1. Go to Tools->Options->Environment->Output
2. Check Schema Object Editor' option in SQL Log category
3. Open SQL Log tab in Output window
4. Modify and save table and see what SQL statement it sends to server

Post Reply