Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL varibles

843854Feb 11 2002 — edited Feb 12 2002
Hello how do I write the SQL statement below for an access data base to send varibles.
Thankyou

int x = 30;
String g = "Bill";
"Select * from member where age =" x "and name ="+g;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2002
Added on Feb 11 2002
5 comments
118 views