ID: 7274
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: ODBC related
PHP Version: 4.0.3
Assigned To: 
Comments:

please re-submit report in english...

also does this still occur in the latest releases of PHP?

Previous Comments:
---------------------------------------------------------------------------

[2000-10-17 07:25:31] [EMAIL PROTECTED]
$st=odbc_prepare($conn,"update tabel set veld1=?");

$arg[0]="1";

odbc_execute($st,$arg);

// stel dat dit statement mislukt

$arg[0]="3";

odbc_execute($st,$arg);

// nu zal odbc_execute weer "1" als waarde van het argument gebruiken.

./configure --with-mysql=no --with-openlink --with-apache=../apache_1.3.12 
--enable-track-vars

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7274&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to