php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24682 DELETE/ Update SQL Statements do not work
Submitted: 2003-07-16 11:25 UTC Modified: 2003-07-21 01:27 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:4 of 4 (100.0%)
Same Version:2 (50.0%)
Same OS:2 (50.0%)
From: herriedm at yahoo dot com Assigned:
Status: No Feedback Package: MSSQL related
PHP Version: 4.3.2 OS: Windows 2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-07-16 11:25 UTC] herriedm at yahoo dot com
Description:
------------
When you try using a stored procedure or sql query string to update, or delete a table, the statements do not update the database tables.  

Expected result:
----------------
I would expect a mssql_query($myquerystring) result in the database be updated, or deleted


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-16 11:59 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2003-07-21 01:27 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-11-12 08:55 UTC] strattonbrazil at hotmail dot com
I have the same problem.  I looked in the mysql error log and there's always the number 64 there.  Something about a locked file.  But I can still insert rows.  Just no deletes or updates.

If I use phpmyAdmin, it works fine.  Just in my PHP code I can't delete things...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC