Hi everyone,
I'm using JSP's to call a Stored Procedures in Oracle.
What I want is to lock the record when someone choose to update the
information.
The JSP_TESTS_SELECT_FOR_UPDATE(?,?) will return the name of the employee
(to update).
I think that everything is ok.
I set the autocommit to Fals
Hi,
> Same question about the Web server, I have IIS, what about others ?
I'm using BEA WebLogic.
www.bea.com
> Any site that has a simples "Hello World" program that I can test ?
To begin:
http://java.sun.com/products/jsp/index.html
To search previous messages of this mailing-list:
http://a
Does anyone knows if it is possible to call Stored Procedures with JSP's.
I'm using Stored Procedures in Oracle, and some of them return values, but
another ones don't.
Thanks in advance,
José Castro
===
To unsubscribe: mai
Hi everyone,
First I want to thank to all, that helped me in previous problems and that
helped other people, solving there problems ... because ... one of those
problems can be one of mine in the future.
I want to make a web page that allows people insert and update information.
The problem tha
Hi,
I'm getting the following error when I'm trying to run a Simple JSP ...
Compilation of
'E:\weblogic\myserver\classfiles\examples\jsp\_dbtest\_update_95_v1_95_1.jav
a' failed:
E:\weblogic\myserver\classfiles\e
ES ( ?, ?)");
pstmt.setString(1, employee_id);
pstmt.setString(2, name);
pstmt.executeUpdate();
-----Original Message-
From: Jose Castro <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Segunda-feira, 24 de Abril de 2000 15:55
Subject: Error Inserting
Hi,
Thanks to all, for your help about my mail "Error Inserting in Database".
Now the error is the following:
Is in the code, line 43 really missing something ?!?!
Thanks in advance,
José Castro
E:\weblogic\myserver\classfiles\examples\jsp\_dbtest\_Personal_95_form_95_v4
_95_2.java:100: ')' exp
And I don't know why I'm sending messages to this mailling lists, and the
messages goes to other people that I don't know ...
José Castro
-Original Message-
From: Howard Lee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Segunda-feira, 24 de Abril de 2000 15:22
Subje
Hi,
Thanks all for your help about my mail "Error Inserting in Database".
Now the error is the following:
Is in the code, line 43 really missing something ?!?!
Thanks in advance,
José Castro
E:\weblogic\myserver\classfiles\examples\jsp\_dbtest\_Personal_95_form_95_v4
_95_2.java:100: ')' expecte
Hi,
I'm new with JSP's, and right now I'm testing JSP with WebLogic Server and
with two databases (Oracle and CloudScape).
The following code is used to insert some data in the database, but it
returns an error that I don't know how to fix.
ERROR:
E:\weblogic\myserver\classfiles\examples\jsp\_db
10 matches
Mail list logo