From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.1.1
PHP Bug Type:     Reproducible crash
Bug description:  using querries on a database type SELECT * FROM [$tablename] crashes 
PHP

Using the latest PHP version on a Windows 2000 box,
I have been able to connect to the MS SQL server 2000
(v7.0) and select the right database, on another script,
I am able to write data into the database with no problem
with an INSERT statement, however, the SELECT statement
doesn't return a value causing the script to time out,
therefore, I applied the method of using square braquets
around the table name, which causes every single
time I execute this script a crash from PHP.exe



Xavier Spriet.
-- 
Edit bug report at http://bugs.php.net/?id=15437&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15437&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15437&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15437&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15437&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15437&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15437&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15437&r=notenoughinfo


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to