Difference between Statement and preparedStatement (for SQL databases) ?

From: Ken Philips (kennyb_at_yahoo.ca)
Date: 10/16/04


Date: Sat, 16 Oct 2004 13:07:08 +0200

Sometimes I can see pure Statement declaration for accessing SQL databases
others use preparedStatements.

What is the difference?

Ken