Date: 09/29/00
- Next message: John Guynn: "RE: [PHP-DB] 2 selects that return 0 rows one errors one doesn't"
- Previous message: Roberto Sartor: "[PHP-DB] R: [PHP-DB] Persistant DBMS connection ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
All,
I've recently built php3 w/Sybase-CT support using the freetds library. It
connects and works great, except that apache will dump core on the following
query:
"update customer set password='foobar' where username='testuser'"
This same query works fine from SQSH which was built against the same libtds
that PHP was built from, and running on the same host connected to the same
database.
SELECT queries function great, I've been able to torture test it by
requesting result sets with hundreds of rows, each with dozens of fields,
using many different query strings.
Can anyone offer any insight to this? I would really like to be able to get
this working.
TIA,
-- Troy Settle Pulaski Networks 540.994.4254It's always a long day, 86400 doesn't fit into a short
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: John Guynn: "RE: [PHP-DB] 2 selects that return 0 rows one errors one doesn't"
- Previous message: Roberto Sartor: "[PHP-DB] R: [PHP-DB] Persistant DBMS connection ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

