Hi,
How do I use Java variables in an SQL statement. I have a Java variable
clientid which I want to use in a select statement, and have the select
return the value in a variable clientmail. In Pro*C/C++ you would use
:clientid, :clientmail in a statement like:
Select email into :clientmail
from clientlist
where id=:clientid;
How can I do this in Java using JDBC with Oracle8. I have never used JDBC
and the samples given with JDBC do not help.
Thanks,
Michael Chernecki
2. Checking server engine settings from a client?
4. Oracle HR Payroll module Project Manager needed
7. Solaris vs Linux (jdbc & oracle)
9. JDBC & Oracle DBMS Alert package
12. jdbc & oracle
13. JDBC & Oracle 8i - performance issue