Primary Key / Unique how?

J

Jens

Guest
Hi

In order to edit/delete though the DaDaBik application I need to set a Primary Key / Unique.

Is it possible to do this in an already existing mysql-DB, and if so ...how?

Or do I need to set this BEFORE I upload the DB-tables etc?


Best regards
Jens
 
E

Eugenio

Guest
Jens wrote:

> Hi
>
> In order to edit/delete though the DaDaBik application I need
> to set a Primary Key / Unique.
>
> Is it possible to do this in an already existing mysql-DB,
> and if so ...how?
>
> Or do I need to set this BEFORE I upload the DB-tables etc?

Yes it is possible, try using PHPMyAdmin or directly from the comand line; read the MySQL documentation for further details.



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