Code : Tout sélectionner
$stmt = 'SELECT * FROM PRODUIT';
$sth = ibase_query($dbh, $stmt);
while ($row = ibase_fetch_object($sth)) {
echo '>'.$row->LIBELLE ;Code : Tout sélectionner
$stmt = 'SELECT * FROM REQUETE';
$sth = ibase_query($dbh, $stmt);
while ($row = ibase_fetch_object($sth)) {
echo '>'.$row->LIBELLE ;Le deuxime code me donne l'erreur :
Code : Tout sélectionner
Dynamic SQL Error SQL error code = -804 Incorrect values within SQLDA structure