Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnpele

    how do i insert data in to a database through java server pages.

    Here is the following code i am using package com.stardeveloper.servlets.db; import java.sql.*; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class InsertServlet extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse res)...
  2. johnpele

    this jsp page presents headings, it does not pull back results, why?

    <HTML> <HEAD> <title>Employee List</title> </head> <BODY> <%@ page language=&quot;java&quot; contentType=&quot;text/html&quot; import=&quot;java.sql.*&quot; %> <TABLE BORDER=1 width=&quot;75%&quot;> <TR><TH>Last Name</TH><TH>First Name</TH></TR> <% Connection conn = null; Statement st =...
  3. johnpele

    JSP EDITOR?

    Hello user Could U please tell me any good JSP editor on which Jsp Indentation can be done easily like java programming with checkstyle on eclipse. I hope to hear u soon. Thanks and BestRegards pele
  4. johnpele

    JSP - Oracle connection error

    Hello, I am trying to connect to a database using JSP and Oracle and this error message keeps coming back to me. D:\tomcat4\work\Standalone\localhost\examples\jsp\db_0002dresult$jsp.java:65: Attempt to reference method forName in class java.lang.Class as an instance variable. Class.forName =...
  5. johnpele

    ERROR at line 20:ORA-00907: missing right parenthesis

    HELLO USER, WHEN I COMPLIE THIS TABLE IN ORCALE 8I I GET THE FOLLOWING ERROR MESSAGE : ERROR at line 20:ORA-00907: missing right parenthesis. Can anyone shed light on this problem. create table VACANCY (VACACNY_Id number PRIMARY KEY , CONSTRAINT fk_Employer_Id FOREIGN KEY (Employer_Id)...
  6. johnpele

    ORA-00907: missing right parenthesis

    i am getting this message &quot;ORA-00907: missing right parenthesis&quot; when i am declaring a foreign key in orcale .
  7. johnpele

    Java Server Pages

    I am curently designing a databse in orcale and i am using jsp to connect the orcale databse to my html pages. I am doing the system for an online and recruitment agency and i was wondering could i get some information on jsp so i will be able to connect the orcale database to the html pages i...

Part and Inventory Search

Back
Top