Thread: Prepared Statements

Prepared Statements

From
"Eric Dahnke"
Date:
Does anyone know the exact definition of a Prepared Statement?

     String sql = "SELECT count(id) FROM customer";
     executeQuery(sql);

I assume the sql string is a prepared statement? Semantic debate here. -
Thx


Re: Prepared Statements

From
Peter Eisentraut
Date:
Eric Dahnke writes:

> Does anyone know the exact definition of a Prepared Statement?

There are multiple levels at which you can prepare a statement.  If you
just want a semantic debate, then there is no definite answer.  If you
have a particular application problem, please state it.

--
Peter Eisentraut   peter_e@gmx.net