[PHP-DEV] PHP 4.0 Bug #9548 Updated: Duplicate record inserts using ODBC

2001-03-05 Thread arnoldg
ID: 9548 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Description: Duplicate record inserts using ODBC A sample insert statement is as follows: insert into tble(tble_nme) values('my_value'); The record is inserted into the table correctly, except for the fact that

[PHP-DEV] PHP 4.0 Bug #9548: Duplicate record inserts using ODBC

2001-03-04 Thread arnoldg
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Duplicate record inserts using ODBC When using MySQL 3.23.32 (stable release), MyODBC 2.50.36, and PHP 4.0.4pl1 on Windows 98, using the odbc_prepare()