Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

PreparedStatement

  Asked By: Lourdes    Date: Aug 09    Category: Java    Views: 368
  

I use the PreparedStatement for build my queryes and I like display the
query string with your values. That's it, in counter of display the query:

SELECT X from TB_X WHERE C_X=? AND C_N=?

I want display:

SELECT X from TB_X WHERE C_X=123 AND C_N='Mary'

How I make this?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on PreparedStatement Or get search suggestion and latest updates.