Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Can I do that in SQLJ?

Can I do that in SQLJ?

From: ftp <shyan_at_cse.cuhk.edu.hk>
Date: 24 Oct 2001 05:17:51 GMT
Message-ID: <9r5itv$j4d$2@eng-ser1.erg.cuhk.edu.hk>


In JDBC, I can prepare a query by
PreparedStatement pstmt = conn.prepareStatement(sqlString); The sqlString can be created by the program in runtime.

Can I do the similar thing in SQLJ?

-- 
Received on Wed Oct 24 2001 - 00:17:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US