Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: execution contexts
On Fri, 29 Jan 1999 20:03:55 GMT, ait_at_concentric.net
(JEFFKISH) wrote:
>I don't think that much of SQLJ (probably because of my inexperience)
>because of it's lack to discover meta-data information, and was
>disappointed to find out that it hides so much stuff from me (of
>course it's probably just encapsulating stuff) that I could not use it
>as a learning tool.
I don't think that it's meant to be a learning tool. SQLJ is _supposed_ to hide things from you. The idea is that you can write SQL without worring about how the underlying JDBC calls are coded. However, SQLJ is simply a precompiler, and you should be able to see the JDBC calls if you really want to.
Jonathan Received on Sat Jan 30 1999 - 19:11:55 CST
![]() |
![]() |