Hi.
I'm trying to use authentication with phplib + interbase + php4. I build a module db_ibase.inc and I have this problem when I run my login.php:
Debug: query = select VAL from ACTIVE_SESSIONS where SID = '3fb7612f5eaa83347c7bfcb5b6b430bf' and NAME = 'SqlSession'
Database error: SQL Inválida: select VAL from ACTIVE_SESSIONS where SID = '3fb7612f5eaa83347c7bfcb5b6b430bf' and NAME =
'SqlSession'
ibase Error
Session halted.
.:It is exactly in db_ibase.inc:
printf("Debug: query = %s<br>\n", $QUERY_STRING);
$this->Query_ID = @ibase_execute($QUERY_STRING,$this->Link_ID);
$this->Row = 0;
if (!$this->QUERY_ID) {
printf($database_class);
$this->halt("SQL Inválida: ".$QUERY_STRING);
}
I find that the file ct_sql.inc isn't inserting the values on the table ACTIVE_SESSIONS.
Do somebody have some idea about this?
Thanks.
Cristiana
Brasil...