Search:

Type: Posts; User: Andeas_L

Search: Search took 0.07 seconds.

  1. Re: Insert Data to Qracle DB fails (query works)?

    hmm yee..ss ... as taglib sql
    Using to make connection here ..


    <sql:setDataSource driver="oracle.jdbc.driver.OracleDriver"
    url="jdbc:oracle:thin:@localhost:1521:xe" user="JamesBond"...
  2. Re: Insert Data to Qracle DB fails (query works)?

    Hmm
    Only:


    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
    <%@ taglib...
  3. Insert Data to Qracle DB fails (query works)?

    Hi,

    I have a simple jsp site and
    use a the "jdbc:oracle:thin" driver as connection to the Database.



    <%@ page contentType="text/html" language="java"%>
    <%@ taglib...
Results 1 to 3 of 3