Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: guravharsha
Forum: Oracle Oct 12th, 2008
Replies: 2
Views: 1,642
Posted By guravharsha
Hi,
Can anyone help me how to retrieve data from table in the following manner.
In my application I have five button namely First,last,next,previous,and Query.
When I will press the query button,...
Forum: JSP Oct 8th, 2008
Replies: 3
Views: 3,434
Posted By guravharsha
Hi PoovenM;

can you more elaborate the above?
Thanks and Regards
harshal
Forum: JSP Oct 7th, 2008
Replies: 3
Views: 3,434
Posted By guravharsha
Currently I am working on one form development using Java. In JSP page I retrieved the data from table using F9 keys i.e for any input field variable available in JSP page, once I pressed the F9 key,...
Forum: JSP Aug 12th, 2008
Replies: 1
Views: 1,054
Posted By guravharsha
Hi I am trying to send the mail to client containing message as a data retrieved from database in table format. I am retrieving data in below servlet. now i want to send all this data in jsp page...
Forum: JSP Aug 8th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi Peter_buto,
I want to really appreciates for your help.
Now i am going to Forward with you suggested project Structure. If i require any Help ,
I will come here again and call to you for...
Forum: JSP Aug 5th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_budo,
Thank you very much for your cooperation.
I have some doubt like in loginServlet.class
Whether I have to connect database for table user and event and retrieving the neccessary ...
Forum: JSP Aug 2nd, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi,
Here with I am attaching the database file in you suggested format.
Thanks and Regards
Haresh
Forum: JSP Aug 2nd, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi Peter_bodu,
Sorry for late post as was not at my desk.
If you downloaded mysql database, then you can have the start window for it like-> start->programs->mysql_mysql server 5.o-->mysql command...
Forum: JSP Jul 31st, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_budo,
Thank you very much for your help:
Here with I am attaching copy of project folder with database.
Thanks and Regards
Haresh
Forum: JSP Jul 31st, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_buto,
I am really interested about how to separate business logic from presentation logic.
Like you suggest me to do database connectivity with servlets or java class only.
As this is my...
Forum: MySQL Jul 31st, 2008
Replies: 0
Views: 606
Posted By guravharsha
Hi,
I have one query.
Can we use empty resultset objetct for checking any condition.
supose in my query:
rs= st.ExecuteQuery("select * from user where userid=1 and eventid =4");
which result in...
Forum: Database Design Jul 30th, 2008
Replies: 1
Views: 1,250
Posted By guravharsha
Hi;
This is my first project. I am developing a project: student feedback system for an institution.
Here each student will get an userid and password .
There are six tables in database to...
Forum: JSP Jul 30th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_budo,
Thanks for yor post.
The highlighted column in two tables stores the same data.
Now forget about markedevent table for time being.
now if i want to restrict user against polling...
Forum: JSP Jul 29th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_budo;
here is my table structure of database:


CREATE TABLE user
(
userid int(4) NOT NULL auto_increment,
firstname varchar(100) NOT NULL,
lastname varchar(100) NOT NULL,...
Forum: JSP Jul 29th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi,
Once student log in he/she will see the link of all event available in table event and marked to that particular group. Once it will click on the that link it will shows the related question-id...
Forum: JSP Jul 29th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_bodo,
I am developing a project: student feedback system for an institution.
Here each student will get an userid and password .
There are six tables in database to support project
1....
Forum: JSP Jul 29th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi peter_budo;
I am really sorry for ignoring your precious suggestion.
see why I am doing is that i had just completed java course and in class i had learned about how to connect to...
Forum: JSP Jul 28th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Kindly help me.
Thanks and regards
Haresh
Forum: JSP Jul 28th, 2008
Replies: 9
Views: 989
Posted By guravharsha
Thanks and Regards
Haresh
Forum: JSP Jul 28th, 2008
Replies: 9
Views: 989
Posted By guravharsha
Solved.
Thanks and Regards
Haresh
Forum: JSP Jul 28th, 2008
Replies: 24
Views: 2,485
Posted By guravharsha
Hi;
The below page validates the user. if the groupid of the user is null into the database,it forward the user to accessdenied.jsp page. The below code works fine without closing rs
If i had...
Forum: JSP Jul 25th, 2008
Replies: 9
Views: 989
Posted By guravharsha
Hi;
with updated code, I am getting the value of four count query as zero.
<%--
Document : evaluationeventtable
Created on : Jul 24, 2008, 6:52:37 PM
Author : user1
--%>
...
Forum: JSP Jul 25th, 2008
Replies: 9
Views: 989
Posted By guravharsha
Hi;
The below jsp page is compiling fine but executing it shows error asjavax.servlet.ServletException: java.sql.SQLException: Column 'Total' not found.



<%--
Document :...
Forum: JSP Jul 22nd, 2008
Replies: 1
Views: 1,658
Posted By guravharsha
Hi,
I am trying to retrieve data from table in two times.
In first query I am displaying all data available in table.
Now I want to count the no. Of rows available in the same table by using ...
Forum: JSP Jul 22nd, 2008
Replies: 0
Views: 809
Posted By guravharsha
Hi,
I have one jsp page containing 2o questions retrieved from table along with its possible four-option answer in this manner:
Question1:
Option-a
Option-b
Option-c
Optio-dAll the options...
Forum: JSP Jul 21st, 2008
Replies: 3
Views: 637
Posted By guravharsha
Hi Peter_budo,
Thank you very much for your suggestion.
Boss, I am newbie here working independently on this project. Frankly speaking I have no source of guidelines other than your forum.
And can...
Forum: JSP Jul 21st, 2008
Replies: 3
Views: 637
Posted By guravharsha
Hi All,
Kindly give me some guidelines regarding below issue.
I am developing Student feedback system to provide feedback about faculty to in institution.
Now I have three tables in database:...
Forum: JSP Jul 11th, 2008
Replies: 3
Views: 1,496
Posted By guravharsha
Hi,

Here is my jsp page where i trying to display the data from table. Here form1 is the name of drop down list in my searchuser.jsp page. The content in the drop down list is a name of one...
Forum: JSP Jul 10th, 2008
Replies: 1
Views: 2,092
Posted By guravharsha
error:javax.servlet.ServletException: java.sql.SQLException: Illegal operation on emp

--------------------------------------------------------------------------------

Hi,
I am stuck here...
Forum: JSP Jul 10th, 2008
Replies: 1
Views: 1,531
Posted By guravharsha
Hi,
I am creating the updateuser.jsp page. For that I create search.jsp where one can serch users and after submitting this page.it should display the updateuser.jsp page where I can update the...
Forum: JSP Jul 9th, 2008
Replies: 4
Views: 2,486
Posted By guravharsha
Dear sir,
Thank you very very much for your valuable suggestion.Sir I hertly wish to thanks for your post. I am one of the java newbie working at one company client office independantly.
I am...
Forum: JSP Jul 9th, 2008
Replies: 4
Views: 2,486
Posted By guravharsha
Hi,
my adduser.jsp page consist of form with field username,groupid like.
I am forwarding this page to insertuser.jsp. my aim is that when I submit adduser.jsp page then the field filled in form...
Forum: JSP Jul 9th, 2008
Replies: 4
Views: 2,486
Posted By guravharsha
Hi,
my adduser.jsp page consist of form with field username,groupid like.
I am forwarding this page to insertuser.jsp. my aim is that when I submit adduser.jsp page then the field filled in...
Forum: JSP Jul 8th, 2008
Replies: 2
Views: 1,120
Posted By guravharsha
Hi,
In main.jsp i wish to display the data from the database( user information stored in user table ). my codein main.jsp is:

<h2> description about user:</h2>
<% Statement st = null;
ResultSet...
Forum: JSP Jul 7th, 2008
Replies: 1
Views: 2,919
Posted By guravharsha
Hi All,
I had created application where once you log in into index.jsp page, the next validateuser check for validation. but when i fill the form of username and password the error shows like:...
Forum: JSP Jun 12th, 2008
Replies: 5
Views: 6,273
Posted By guravharsha
Dear Sir,
I had gone through you suggested link of Apache Tomcat before sendind this Thread.
I could not understand Standard Directory Layout section .
And sorry for word Asap.
Thanks And...
Forum: JSP Jun 11th, 2008
Replies: 5
Views: 6,273
Posted By guravharsha
Can you Help me on above asap?
As i am fresher in this field. please assists me.
Forum: JSP Jun 10th, 2008
Replies: 5
Views: 6,273
Posted By guravharsha
Dear sir.
My queries is:
i have project folder contain directory like sect-1' section-2,and particular directory contain relative jsp pages, how can i deploy all jsp pages at time so that my hole...
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC