[PHP-DB] Inserting into Interbase DB From: Todd Cary (todd <email protected>)
Date: 10/12/00

With the syntax below, the insert is not commited. What have I missed?

Todd

   function insert_session($dbhdl, $ID) {
     $statemt = 'INSERT INTO SESSIONS (SES_SESSION_ID) VALUES(' . $ID .
')';
     $sthdl = ibase_query($statemt,$dbhdl);
   };

--
Todd Cary
Ariste Software
todd <email protected>

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