Date: 10/12/00
- Next message: Lutz Brueckner: "Re: [PHP-DB] Weird Wildcard Search"
- Previous message: Bart A. Verbeek: "[PHP-DB] ODBC"
- Next in thread: Lutz Brueckner: "Re: [PHP-DB] Inserting into Interbase DB"
- Reply: Lutz Brueckner: "Re: [PHP-DB] Inserting into Interbase DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Lutz Brueckner: "Re: [PHP-DB] Weird Wildcard Search"
- Previous message: Bart A. Verbeek: "[PHP-DB] ODBC"
- Next in thread: Lutz Brueckner: "Re: [PHP-DB] Inserting into Interbase DB"
- Reply: Lutz Brueckner: "Re: [PHP-DB] Inserting into Interbase DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

