Forum: MySQL Aug 17th, 2006 |
| Replies: 0 Views: 3,223 Hi.....
How to access the MySql using servlet....
Now am using Mysql 5.0 & MyOdbc 3.51
What type of connector to be used?...
We used the following syntax..is it... |
Forum: JSP Jul 11th, 2006 |
| Replies: 1 Views: 4,588 Hi,
How to Deploy web applications (JSP) on weblogic server .
Any one help me??
Thanx in advance.. |
Forum: JSP May 16th, 2006 |
| Replies: 4 Views: 7,723 Hi,
Tillnow am using notepad.I want to use Jcreator editor.I haven't any idea about how to use jsp in Jcreator.Now Am using ApacheTmacat4.0 is my Webserver.
Anyone help me to this Query.... |
Forum: JSP May 8th, 2006 |
| Replies: 1 Views: 9,110 Hi,
I hava 1 error in accessing database using javabean in jsp(jsp custom actions).The error like this
javax.servlet.ServletException: [Microsoft][ODBC SQL Server Driver]Connection is busy with... |
Forum: JSP May 8th, 2006 |
| Replies: 1 Views: 7,260 Hi,
I have an error, during accessing a datbase using jsp:useBean from jsp.Urgent i need this one
my source code ispackage SQLBean;
DbBean.java
import java.sql.*; |
Forum: Assembly Apr 28th, 2006 |
| Replies: 1 Views: 1,408 I am passing 2 integers from C program to 8086 assembly subroutine and i am doing division operation in the subroutine using DIV function. I dont know how to return the quotient and remainder values... |
Forum: Assembly Apr 28th, 2006 |
| Replies: 2 Views: 1,748 I am new to Microprocessor 8086. i should submit this assignment by today evening.
I want to know how to write a C program that calls an 8086 assembly subroutine that divides a unsigned 2 byte... |
Forum: PHP Apr 25th, 2006 |
| Replies: 0 Views: 780 hi ,
i am using server2go for "XAMPP" ,PHP(Front end) and Mysql(Back end).
(ie) converting dynamic web page(Moodle) into CD-ROM.
Actually it is working in the local... |
Forum: PHP Apr 22nd, 2006 |
| Replies: 1 Views: 4,810 Hi,
I am new to PHP.How do deselect the selected radio button.I have 4 radio button . If i select one radio button .Then How do the selected radio button go to deselected whenever i click... |
Forum: PHP Apr 20th, 2006 |
| Replies: 5 Views: 1,801 hi i am new to PHP.
Currently i am using IIS for PHP .But i want Apache serevr to run PHP.is it possible? is there any servers available to work with PHP?
Pls reply..
Thanks |
Forum: JSP Apr 20th, 2006 |
| Replies: 9 Views: 17,201 Hi
I have 2 textbox(username,password) and one submit button.Whenever i clicking the submit button it will go to the next page or using tab key moment it will go to the next page.I want to know... |
Forum: JSP Apr 20th, 2006 |
| Replies: 9 Views: 17,201 Hi
I have 2 textbox(username,password) and one submit button.Whenever i clicking the submit button it will go to the next page or using tab key moment it will go to the next page.I want to know ... |
Forum: JSP Apr 17th, 2006 |
| Replies: 0 Views: 2,241 // My JSP coding. This is stored in the following path ]http://localhost:8080/vennila/test.jsp
<HTML>
<HEAD><TITLE>DataBase Search</TITLE></HEAD>
<BODY>
<%@ page language="Java"... |
Forum: JSP Apr 7th, 2006 |
| Replies: 9 Views: 17,201 Hi,
Using enter key only,How to go to the next page in submit button(without clicking that button(onclick) , using the tabkey).Anyone can u help me.....
Thank you |
Forum: JSP Apr 6th, 2006 |
| Replies: 0 Views: 2,540 Hi,
I haven't any idea about servlet chaining. anyone send small sample for servlet chaining.
Thank you |
Forum: JSP Apr 5th, 2006 |
| Replies: 4 Views: 26,621 Hi ,
How to write the database connection(insert,delete or select query) within javascript function.Is it possible.Anyone can you help me
Thank you |
Forum: JSP Apr 5th, 2006 |
| Replies: 6 Views: 10,063 Hi ,
i have some elements in one form(sample.jsp).I want to insert that fields into database.But i know abt, the insertion of form values in to the database using next page(next... |
Forum: JSP Mar 30th, 2006 |
| Replies: 7 Views: 11,009 Hi i have one error in this line:
pStmt.setString(1, val);
The error is ; expected.
I haven't any idea about this
Can you help me |
Forum: JSP Mar 30th, 2006 |
| Replies: 7 Views: 11,009 Hi,
Thanx for your reply . I know, how to retreive the checkbox value(using prepared statement with request.getParameteVales("checkboxname")).
But, It will return an array of values.
I... |
Forum: JSP Mar 30th, 2006 |
| Replies: 7 Views: 11,009 Hi,
Hoe to insert multiple selection from checkbox(from jsp) in to one column of the table(sql server database ).
Anyone can you help me?
Thanx |