Try instead:

<%@ page language="java"
import="java.sql.*,java.net.URL " %>

(Notice above the "at sign").

--- Arif Bilge Yorgan <[EMAIL PROTECTED]>
wrote:
> Thanx Daniel and Kevin,
> Your comments were very helpfull.
>
> Now i tried only to connect to odbc datasource
> within JSP.
>
> Following code has no effect:
> <% page language="java"
> import="java.sql.*,java.net.URL " %>
>
> My CLASSPATH is properly configured.  i successfuly
> connected
> via a java program. But same code not functioning in
> JSP scriplet.
> Compiler cant find Connection object.
>
> any comments?
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff JSP-INTEREST".  For general
> help, send email to
> [EMAIL PROTECTED] and include in the body of the
> message "help".
>

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to