oracle jsp connectivity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jsweety
    New Member
    • Mar 2008
    • 1

    oracle jsp connectivity

    hello
    i am new to oracle as well as jsp ...
    and i want to know the connectivity between those two....
    can anyone help me....
  • karthickkuchanur
    New Member
    • Dec 2007
    • 156

    #2
    Originally posted by jsweety
    hello
    i am new to oracle as well as jsp ...
    and i want to know the connectivity between those two....
    can anyone help me....
    import java.sql.Connec tion;
    import java.sql.Driver Manager;
    import java.sql.Result Set;
    import java.sql.SQLExc eption;
    import java.sql.Statem ent;

    try to use these packages

    Comment

    Working...