Jump to content
Fórum Script Brasil
  • 0

Duvida consulta a banco de dados


RafaelMCastro

Question

Olá. Este é o meu primeiro post. Vamos lá...

Estou com uma dúvida em PHP quando faço uma consulta a um banco de dados qualquer (neste caso trata-se do Firebird).

O que estou fazendo:

<?

for ($i=1; $i<=5; $i++)

{

$comando = "";

$comando = "SELECT * FROM TABELA WHERE CAMPO='$i'";

// abro a conexao

$resultado = ibase_query($comando, $conexao);

while ($show = ibase_fetch_object($resultado)) // ***

{

// faço umas comparações

}

// fecho a conexao

}

?>

Acontece que ao exibir a pagina a primeira vez, quando $i = 1, a consulta acontece.

A partir da segunda ou terceira passagem dentro do laço, o resultado é:

Warning: ibase_fetch_object() [function.ibase-fetch-object]: invalid statement handle in c:\wamp\arquivo.php on line 196

*** A linha 196 é justamente o while

O que está acontecendo?

Abraço

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...