From:             michael at redboxcode dot com
Operating system: Win NT
PHP version:      4.3.2
PHP Bug Type:     ODBC related
Bug description:  Unable to add records when opened with odbc_pconnect

This problem went away when I changed odbc_Pconnect to just odbc_connect

If I read a table then attempt to insert a record to the table the results
are reported successful but the record is NOT added.

If I insert the record then read the table it works correctly.

Changing the pconnect to connect corrected the problem.

If you need additional info, please email. I can strip down the scripts to
create a sample of the problem.
-- 
Edit bug report at http://bugs.php.net/?id=24125&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24125&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24125&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24125&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24125&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24125&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24125&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24125&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24125&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24125&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24125&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24125&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24125&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24125&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24125&r=gnused

Reply via email to