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

2001-07-27 Thread Uli
Its a mySQL DB at a providers Server, so I think the memory and the cache schould be okay. Mybe this helps: The HTML File look like this: Do really want to delete this entry and the function in the admin_index.php3 looks like this function delete_entry($svid) { $connectionID

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

2001-07-27 Thread Peter J. Krawetzky
How many rows are in the table? Is the "id" column indexed? It looks like it's scanning through each row to find a match. How long does it take to delete just the one row? If it's 2 seconds, then that delete is acting the same way. If you have a very small table, then it sounds like the datab