[PHP-DB] Re: Problems with update und delete's

2001-07-28 Thread Ulrich Liener
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

[PHP-DB] Re: Problems with update und delete's

2001-07-27 Thread Jeffery Cann
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. > >