Hi Arif,
JDBC and JSP are independent of each other so you just have to learn how
to use JDBC, learn how to use JSP and mix them. In my case, I don't
usually code JDBC in my JSP page, I usually write some classes that make
up the "API" to the business logic of the application and use that "API"
from the JSP pages. I avoid writing java in the jsp pages as much as I
can, as I prefer compile time errors to runtime ones and I prefer
cleaner JSP pages so HTML designers can play with them easily.
Just my 2 cents,
Dan
-------------------------------------------
Daniel Lopez Janariz ([EMAIL PROTECTED])
Object Systems Design Engineer
Computer Center
Balearic Islands University
-------------------------------------------
PD: Regarding examples... Joe Blow and Luc Saint-Elie just posted some
useful links to learn JSP; JDBC... I learnt it the hard way so I can't
give you any really useful links besides the documentation provided with
the JDK and the Java Tutorial. Perhaps somebody else could?
Arif Bilge Yorgan wrote:
>
> hi,
>
> Can anyone give me some code examples about database connection
> and manipulation (JSP with JDBC )?
>
> best regards
===========================================================================
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".