bind variables with jdbc
From: Ivan (ilee_at_bigpond.net.au)
Date: 03/31/04
- Previous message: Geiregat Jonas: "Good written jdbc app or not ?"
- Next in thread: Jim Kennedy: "Re: bind variables with jdbc"
- Reply: Jim Kennedy: "Re: bind variables with jdbc"
- Reply: Eugene Staten: "Re: bind variables with jdbc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Mar 2004 15:23:53 -0800
Hi all,
I have an application that is written in servlets that connects to an
oracle database 8.1.7 via jdbc. My DBA has just notify me that I am
not using bind variables in my code and was wondering what i'll need
to change to utilise this.
At the moment i am just opening a connection, making a statement (sql
query) and executing it to return a resultset. Would i need to change
all my queries to stored procedures so that bind variables are used or
is there another way.
thanks all
- Previous message: Geiregat Jonas: "Good written jdbc app or not ?"
- Next in thread: Jim Kennedy: "Re: bind variables with jdbc"
- Reply: Jim Kennedy: "Re: bind variables with jdbc"
- Reply: Eugene Staten: "Re: bind variables with jdbc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|