Thor Heinrichs-Wolpert wrote:
>
> If you use something like jSql from Symantec/Oracle/IBM you can set it to do
> statement validation.
> But there is nothing, as far as I know, for raw SQL at the JDBC level.

This thread is off-topic. I only respond to provide clarification to responses
posted to the list. In the future, please find a different forum for non-servlet
questions. The advanced java list (mailto:
[EMAIL PROTECTED]) might be a good place for this
question.

SQLJ is an industry standard (http://www.sqlj.org/) for embedding SQL in java
code. The SQL can be checked at compile time. There is no means to check JDBC
statements for correctness at compile time.

K Mukhar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to