Hello,

after getting the mssql functions to work I ran into a strange
problem: I can do inserts, deletes, and selects on records in my database.

When I call the script:
------------------------------------------------><--------------------------
-----------------------------------
<?php
    $db = new DB_Example("UPDATE csm_hosts set subnetz='neues_netz' WHERE
subnetz='test'" );
?>
------------------------------------------------><--------------------------
-----------------------------------

I got:
------------------------------------------------><--------------------------
-----------------------------------
Database error: Invalid SQL: UPDATE csm_hosts set subnetz='neues_netz' WHERE
subnetz='test'
MSSQL Error: 1 (General Error (The MSSQL interface cannot return detailed
error messages).)
Session halted.
------------------------------------------------><--------------------------
-----------------------------------

My System: Win2000, IIS5.0, php404pl1, phplib-7.2c, SQLServer2000


WHY??!?!?!?!?!?

THX
Helmut




-- 
PHP Windows 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