SA-MP Forums Archive
MYSQL help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL help (/showthread.php?tid=659322)



MYSQL help - RayanIbrahim - 30.09.2018

I can't edit grid box and stuff, help me

" Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available."


Re: MYSQL help - Calisthenics - 30.09.2018

They are only available if there is a PRIMARY KEY set.


Re: MYSQL help - RayanIbrahim - 30.09.2018

How can I set it?


Re: MYSQL help - Calisthenics - 30.09.2018

When viewing table structure, there are buttons below to make it easier for the users. Example picture taken from internet: https://i.imgur.com/6XKW6XV.jpg

If you are unsure about what column(s) you should set as primary key, you can show us the table structure.