the id is my primary key -
is the primary automatic indexed?
Uli
Jeffery Cann wrote:
>
> It sounds like your 'id' column does not have an index.
>
> Jeff
>
> Uli wrote:
>
> > Hallo!
> >
> > Maybe you can help me with my problems.
> >
> > I have a html form that deletes (or updates) over a
It sounds like your 'id' column does not have an index.
Jeff
Uli wrote:
> Hallo!
>
> Maybe you can help me with my problems.
>
> I have a html form that deletes (or updates) over a php-script datas from
> my database like "delete from table_name where id=xy"
>
> and it works correctly.
>
>