EDIT/DELETE

J

Jens

Guest
Hi,

Suddenly I can not edit/remove any of the records.

I am using Mysql 4.012 and PHP 4.3.1

Why have the edit/remove-images/buttons gone from my records?

Best regards
Jens
 
S

Santiago Montalvan

Guest
Your table must have a primary key / unique field in order for the edit / delete / new buttons to apper. Try that.

Santiago.
 
J

Jens

Guest
Hi Santiago,

I am quite new to Mysql, so can you tell me how to set the primary keys/unique field?

Thanks!
Jens
 
M

Mark

Guest
The easiest way is to you a tool such as phpMyAdmin - which you should download at http://www.phpmyadmin.net/ - this will allow you to do a bunch of administrative things including primary keys.

Good luck.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top