mysql-java May 19, 2013 at 10:17 PM
i try to execute this code
stmt1.executeUpdate("insert into linktable values('"+rs1+"','"+title+"',"+link2+"','"+date+"')");
and it shows the following error
Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;... View Questions/Answers
pie chart flex and sum from hql request May 19, 2013 at 2:53 PM
hi,
i work with flex and j2ee project.i have to make a function wich return list of value:
print("public List Statistiqueordinateur() {
return template.template.find("select d.intituleDeleg,SUM(s.usagePedag ),ROUND((((SUM(s.usagePedag ))/(SUM(s.ordidispo)))*100),0),... View Questions/Answers
jsp netbeans javascript May 19, 2013 at 2:51 AM
hi to all;
I'm debutante in JSP netbeans, please help me to realize my application I have some difficulties:
1 - page modifier.jsp (recovery fields to edit it works well but I press button update nothing is changed.)
2-how iserer date in oracle 10g database via JSP netb... View Questions/Answers
how to put php in javascript May 18, 2013 at 2:44 PM
How to write a javascript code inside php block?
... View Questions/Answers
JSP data base validation May 17, 2013 at 11:23 PM
please explain how to validate form input string with database n also how its notify that entered data exists already .please reply soon
... View Questions/Answers
how to execute jsp and servlets with eclipse May 17, 2013 at 8:17 PM
hi
kindly tell me how to execute jsp or servlets with the help of eclipse with some small program
... View Questions/Answers
how to execute jsp and servlets with eclipse May 17, 2013 at 8:17 PM
hi
kindly tell me how to execute jsp or servlets with the help of eclipse with some small program
... View Questions/Answers
what is an ajax call? May 17, 2013 at 5:54 PM
can u please explain the correct usage of an ajax call in jsps and java script.
... View Questions/Answers
what is an ajax call? May 17, 2013 at 5:54 PM
can u please explain the correct usage of an ajax call in jsps and java script.
... View Questions/Answers
Logos on mail inbox. May 17, 2013 at 5:47 PM
What is the use of word "GOOGLE" , placed in the left corner of mail in box. Is there any functionality included to the word. It is showing some action when we are clicking the word, can u please explain.
alt text
... View Questions/Answers
illegal start of type May 17, 2013 at 3:18 PM
Hi, This is my code i m getting illegal start of type as error when i m compiling it,can anyone pls help me to correct this error.
public class WriteByteArrayToFile
{
public static void main(String[] args)
{
String strFilePath = "C://Program Files/J... View Questions/Answers
Find the date of the file before the file has been modified May 17, 2013 at 2:04 PM
Hi, may i know is it possible to find the date of the file before the file has been modified?
... View Questions/Answers
problem in setting the values from database May 17, 2013 at 11:30 AM
hello friends,
can anyone help me?? I am facing this problem for past one week. I could't set the values from database.
here is the code:
private JTextField getJTextField1() {
if(text == null) {
text = new JTextField();
}
... View Questions/Answers
how to display records from database May 17, 2013 at 9:50 AM
I want to display records from database in tables, the database is having 2000 records and i want to display 20 records at a time and to use next and previous link buttons to show the remaining records if i click the previous button it should show the previous 20 records as like next button using... View Questions/Answers
Html Software Question May 17, 2013 at 4:31 AM
I am searching for a software that would save html codes for easy insertion. I really don't know much about html at all. I am a freelance writer who has to add links to text. I have so many different links and inserting them all by hand is very time consuming. Any info would be great!
... View Questions/Answers
div align left css May 16, 2013 at 9:23 PM
Hi,
How to align the div to left using the css in HTML page.
Thanks
... View Questions/Answers
reached end of file while parsing and while expected May 16, 2013 at 7:43 PM
import java.io.*;
public class temperature{
public static void main(String []args)throws IOException{
BufferedReader steffi = new BufferedReader (new InputStreamReader (System.in));
double temp=0.0;
char input2;
String input1;
double degre... View Questions/Answers
Fetching data from excel file on other website and display in interactive graph form May 16, 2013 at 5:18 PM
Hello,
I am making a website using HTML and CSS, I am done with the layout, I have to generate ineractive graphs like stock market's, Can you tell me how will it be possible? Do I need java script?
I have a website which have zip files and excel files and they get updated everyd... View Questions/Answers
changes in netbeans/ browser so that each application run opens in a new window of browser May 15, 2013 at 11:44 PM
hieeee...
I want to change netbeans setting. So that each time i run an application it opens up in a new window rather than a new tab.. Do i have to make changes in netbeans or browser?
and what changes need to be made ?
Please help me out...
... View Questions/Answers
set cookieless session variables in jsp May 15, 2013 at 11:39 PM
I want to know how to set cookieless session variables in jsp, because when I run my application multiple times, multiple tabs get open and the session variable is shared among them(because these session variables internally make use of cookie). But I don't want that .
So, please tell is it possi... View Questions/Answers
Loginservlet not being called May 15, 2013 at 12:27 PM
Hi,
I have created a simple login page using jsp,on submit it calls the loginservlet,Everything was working fine when I run the jsp in eclipse,on clickin the submit button login servlet was called and it redirected to another page as required. But I would like to know how can I run this page outs... View Questions/Answers
HTML-JAVASCRIPT May 14, 2013 at 12:44 PM
There are two radio button and one text area. The values should be generated on the text area based on the selection of radio buttons. Hardcoding is also allowed.
... View Questions/Answers
I have one small doubt , does this code read Microsoft Office suit file format data such as .doc , .docx etc ? May 14, 2013 at 12:44 PM
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class ReadFileExample {
public static void main(String[] args) {
BufferedReader objReader = null;
try {
String strCurrentLine;
objReader = ... View Questions/Answers
HTML-JAVASCRIPT May 14, 2013 at 12:34 PM
There are two radio buttons. On clicking a radio button, a text area must be created. If a first radio button is clicked, a text area is created. When the second button is clickHTed, a new text area must be created hiding the previous text area which is created on clicking the first radio button ... View Questions/Answers
retrieve the records from one table to another table by using cursors May 14, 2013 at 10:15 AM
Hi
I'm fresher to backend(mysql),my requirement is retrieve the records from one table to another table by using cursors.The following is my procedure and tables.After execution it insert one extra record to another table.
empproc procedure:
create procedure empproc()
begin
declare ena... View Questions/Answers
java May 14, 2013 at 5:17 AM
how can use sleep in java
... View Questions/Answers
Adding a Reports tap in table pool May 14, 2013 at 2:46 AM
strong textHow to write a code to create a report in java using eclipse and link that report in jsp file that is written in jsf.
I have to edit a jsp file that is written jsf there is a table there and I have to include Reports tap in tha... View Questions/Answers
3 queries on java class May 13, 2013 at 6:22 PM
Hey.
I need to do 3 queries on same class ( JAVA)
One is to populate the combobox, the another one to populate tje jlist and the last one to use on button to open a file from database (BLOB)
Can some one help me?
thanks :)
... View Questions/Answers
C# May 13, 2013 at 3:14 PM
i need a code that will make program perform the basic operations upon the data Listview save, update and cancel
... View Questions/Answers
Updating using AngularJS May 13, 2013 at 12:49 PM
Shopping.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
<title>S... View Questions/Answers
age calculator May 13, 2013 at 11:46 AM
sir , actually m working on a project where i want the user to enter his date of birth in a jtextfield .and on doing so his age should b displayed in the next textfield automatically....plz help
... View Questions/Answers
date May 13, 2013 at 11:23 AM
i want difference between the date entered in a jtextfield and the system date in java
... View Questions/Answers
Create Array ?? May 13, 2013 at 11:20 AM
Question in e-clips program:
Part 1. Array Implementation
-Create a class called â??PhoneEntryâ?? which can be used to store the name and number of ONE client.
-Create a class called â??MyArrayListâ?? which stores list of â??PhoneEntryâ?? objects. Use an array of size (MAXSIZE = 1000) to... View Questions/Answers
Java and MySQL May 13, 2013 at 10:44 AM
I am doing a project on an accounting system. I need to know to things:
How do I write reports using information in an MySQL database .
How get multiple MySQL database rows and assign them to variables r an array in java. Please help!!!
... View Questions/Answers
how to copy file from one directory to another in java with examples May 12, 2013 at 11:29 AM
how to copy file from one directory to another in java with examples? I want a java with example code
Thanks
... View Questions/Answers
code java réseau de neurone May 11, 2013 at 6:03 PM
SVP je veux le code source java de réseau de neurone
... View Questions/Answers
File copy from one directory to another in java May 11, 2013 at 2:57 PM
I am trying to find very good code example for copying a file from one directory to another directory in Java.
I have to write a program in my application for copying one file from a directory to another directory. How to achieve this? Is there any API in Java which will ... View Questions/Answers
Need to know struts1 all jar file names May 11, 2013 at 2:42 PM
Hi,
My name is Neeraj, I want to know all the jar file names for struts1 and plz provide me the link to download these files.
Thanks & Regards
Neeraj
... View Questions/Answers
which version of eclipse is used to execute Servlet or JSP May 11, 2013 at 12:25 PM
Hi
Can any body tell me which version of eclipse i have to use inorder to execute Servlet or JSP. previosuly i installed eclipse 3.1 .i am having j2se 5.0 with which i can execute only java progrmes with the help of eclipse .But i want to execute JSP or Servlets with the help of Eclipse.Another... View Questions/Answers
Jdk 1.7 May 10, 2013 at 5:12 PM
How many class and packages are avilable in latest jdk 1.7 version?
... View Questions/Answers
what type of computer memory is used for temporary storage May 10, 2013 at 5:03 PM
what type of computer memory is used for temporary storage
... View Questions/Answers
Extract frames from Video File May 10, 2013 at 2:03 PM
How to extact the frames from a particular video file and save them in .jpeg format?
... View Questions/Answers
MaxClients apache May 10, 2013 at 11:33 AM
Hi,
What is the use of MaxClients setting in apache server's httpd.conf configuration file?
Thanks
... View Questions/Answers
httpd.conf max connections May 10, 2013 at 11:29 AM
Hi,
How to increase the MaxClients value in the apache httpd.conf file? Which is the entry in httpd.conf for max connections?
Thanks
... View Questions/Answers
Jsp May 10, 2013 at 11:27 AM
Hi Sir,
I want to get the values of selected row from dynamic table and insert into mysql table using servlet.Give me a solution as soon as possible.
Regards,
Santhosh
... View Questions/Answers
jtable displays search results May 9, 2013 at 10:09 PM
hi sir can u send me full source code for displaying search results into jtable from database n jtable n search button must be within same frame but in different Panel and the size of the frame must not be default. plz sir help me i have a urgent need
... View Questions/Answers
Regexs May 8, 2013 at 9:57 PM
Sir/Madam,
please tell me the meaning of the following code
import java.io.*; import java.util.*; class Demo{
public static void main(String args[]){
double d=1000000.1232323d; System.out.println(d);
System.out.printf("%,.2f",d); } }
... View Questions/Answers
image upload in webapp/upload folder May 8, 2013 at 9:10 PM
sir i want to store upload image in my project directory WebApp/Upload_image/
pls send the jsp servlet code
when i upload the image one error found
"system cannot found the specified path"
pls sir help me
... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:47 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:47 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:47 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:47 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:47 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
i want a java program using randamacessfile with emp details.(taking values from enduser read,save,write,readfile give output on console May 8, 2013 at 4:20 PM
import java.io.*;
Class RandomAcess1
int idno;
String name;
float sal;
RandomAcessFile raf;
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
RandomAcess1()
{
try{raf=new RandomAcessFile("emp.dat","rw");
}catch(Exception e)
{System.o... View Questions/Answers
Download Current Web Page As PDF May 8, 2013 at 3:03 PM
Need a utility to save current web page as pdf file into specified directory...
Thanks In Adv.
... View Questions/Answers
c programming May 8, 2013 at 1:15 PM
write a program to input five numbers by using while loop in c programing?
... View Questions/Answers
<html:html locale="true"> May 8, 2013 at 12:23 PM
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html:html locale="true">
<head>
<title><bean:message key="wel... View Questions/Answers
struts with hibernate May 8, 2013 at 12:18 PM
/SearchTutorial.jsp(4,2) Unable to find setter method for attribute: locale
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
&... View Questions/Answers
java connectivity May 8, 2013 at 11:32 AM
i am trying to add dyanamic rows in the jsp page, when i add the new row the dropdown control value is not coming from database..please help me to overcome this problem.....
... View Questions/Answers
SQL exception, Exhausted ResultSet May 8, 2013 at 10:42 AM
javax.servlet.ServletException: java.sql.SQLException: Exhausted Resultset
iam getting this error messege whenever i run my code. what would be the possible reasons??
... View Questions/Answers
How to read textfile and create SQL server table ? May 7, 2013 at 4:16 PM
hi sir, your site has helped me in many ways i am thankful to your team as whole, sir here i am trying to read textfile and create table in sql server but it gives error as null, but in Mysql it works fine and table is created.. May i have your suggestions ?
here is the whole code and details : ... View Questions/Answers
Write a JSP program to display the grade of a student by accepting the marks of five subjects. May 7, 2013 at 2:32 PM
Write a JSP program to display the grade of a student by accepting the marks of five subjects.
... View Questions/Answers
Sql Querie May 6, 2013 at 5:17 PM
I have two tables
Emplyee
EmpID EmpName Age
1 Jhon 28
2 smith 38
3 jill 46
Ages
AgeID AgeName MinAge MaxAge
1 Young ... View Questions/Answers
the commonly used unix commands like date ls cat etc. are stored in May 6, 2013 at 4:53 PM
the commonly used unix commands like date ls cat etc. are stored in
... View Questions/Answers
in unix which command is used to sort the lines of data in a file in reverse order May 6, 2013 at 4:48 PM
in unix which command is used to sort the lines of data in a file in reverse order
... View Questions/Answers
in unix which command is used to create files May 6, 2013 at 4:19 PM
in unix which command is used to create files
... View Questions/Answers
What is meant by RAM May 6, 2013 at 4:11 PM
What is meant by RAM
... View Questions/Answers
data processing is May 6, 2013 at 4:03 PM
data processing is
... View Questions/Answers
How many types of drawing objects are available in drawing toolbar May 6, 2013 at 4:01 PM
How many types of drawing objects are available in drawing toolbar?
... View Questions/Answers
A single dimensional array is called May 6, 2013 at 3:50 PM
What is a single dimensional array called?
... View Questions/Answers
ALU Computer Term May 6, 2013 at 1:57 PM
What is ALU? Please define and explain ALU in simple language.
... View Questions/Answers
Open or Open Source Software May 6, 2013 at 1:10 PM
what is mean by open or open source software in Computer Terminology?
... View Questions/Answers
Computer Terminology Bug May 6, 2013 at 12:08 PM
What is mean by bug in computer terminology?
... View Questions/Answers
Computer Terminology Bug May 6, 2013 at 12:08 PM
What is mean by bug in computer terminology?
... View Questions/Answers
File Upload and Retrive files May 6, 2013 at 12:04 PM
Can any body help me am getting an error in uploading file. into mysql database....
thank's in advance
... View Questions/Answers
login for different user in the same page May 6, 2013 at 12:52 AM
how can i do the login for different user in the same page throug jsp???
... View Questions/Answers
date May 5, 2013 at 9:02 PM
can u tell me how to calculate difference between a user provided date and the system date in java
... View Questions/Answers
date May 5, 2013 at 9:02 PM
can u tell me how to calculate difference between a user provided date and the system date in java
... View Questions/Answers
Java Timer Task May 5, 2013 at 1:55 PM
How to assign a task in java at specified date & time (with seconds) using threads
... View Questions/Answers
DATABASE QUERY May 5, 2013 at 10:55 AM
Sir,
I'am making a project where the database has 2 cols, earning and expenditure. I'm using servlet and JSP and MS Access at the Backend. Now I have 2 display the output as follows:
Earning :____
Expenditure:___
her... View Questions/Answers
Engineering Subjects for Placement May 4, 2013 at 11:50 PM
Which subjects should be perfect for campus placement purpose for Computer Engineering student ?
... View Questions/Answers
Java program to generate the total count May 4, 2013 at 9:15 PM
I need a java program which would take a text file as an input and scans through it to generate the output.
For Ex. : If the text file contains the following information:
There is/are 3 oranges.
There is/are 4 apples.
There is/are no oranges.
T... View Questions/Answers
how to send email May 4, 2013 at 8:55 PM
hii
i am new for jsp-servlet and i am making a project in jsp-servlet.
i want to send the email after registration to client.please send me code that how to send mail after client registration.
thank you in advance.
... View Questions/Answers
A basic program May 4, 2013 at 3:04 PM
Write a program that will print out the first 10 numbers, their squares and their cubes.
Write a program that displays the first 100 terms of the triangular sequence. This is the sequence
that goes 1,3,6,10,15,21,... The rule is that you add on 2, then add on 3, then add on 4, etc.
<... View Questions/Answers
TYBsc IT final project (MOBILE BASED SMS SEARCH ENGIN) May 4, 2013 at 12:51 PM
How to send sms pc to mobile using JSP & Servelet
... View Questions/Answers
My Base Class is Changing every time in my code. How I can overcome this? May 4, 2013 at 11:17 AM
I have had the below question asked in interview, i'm curious to learn the answer.
I have a base class, 'GeneratorBaseClass' that is extended by Generator. The question I was asked was about creating a new base class 'GeneratorBaseClass2' and having Generator change to extend that at run ... View Questions/Answers
Combine Two Tables(Purchase and Sales) and getting Current Stock May 4, 2013 at 11:04 AM
How can i combine both the Tables and Getting Current Stock..
... View Questions/Answers
where do I find the fix for tree view catalog not expanding and collapsing correctly for roseindia shopping cart 1.1 May 4, 2013 at 2:40 AM
where do I find the fix for tree view catalog not expanding and collapsing correctly for roseindia shopping cart 1.1
... View Questions/Answers
PLZ HELP ME. i need php code. May 3, 2013 at 10:11 PM
I want php code for bellow OUTPUT.
output is just example but it must be letters only.
abc
bcd
efg
jku
rgt
azs
hje
qqc
wws
adt
... View Questions/Answers
How to hide text in Word Document using Apache POI library May 3, 2013 at 5:24 PM
Is it possible to hide text in MS Word Document using Apache POI library? If yes, please let me know how. I am able to create and read the document using POI library. Is there any way to hide some kind of text (could be in anywhere in the document where the data is tagged in between tags like thi... View Questions/Answers
Applets May 3, 2013 at 5:12 PM
this is one of the code i am working on. I am trying to get the end points of the line when i click on the the line but it is giving the end points as the same point where the line is clicked
class DrawPanel extends Panel implements MouseListener, MouseMotionListener
{
public stati... View Questions/Answers
arrayList May 3, 2013 at 4:39 PM
how do i print a single index have multiple values
String dist = "select distcode,distname from iwmpdistrict where stcode=29" ps = con.prepareStatement(dist, ResultSet.TYPESCROLLINSENSITIVE,ResultSet.CONCUR_UPDATABLE);
ps.setInt(1, ... View Questions/Answers
send HTML Email with jsp and servlet May 3, 2013 at 4:08 PM
Can You please show me how to send html Email using JSP and Servlet
thank you.
... View Questions/Answers
What is Spring Integration? May 3, 2013 at 12:20 PM
Hi,
What is Spring Integration?
Thanks,
... View Questions/Answers
How to configure Spring using Annotation May 3, 2013 at 12:19 PM
Hi,
How to configure Spring using Annotation
Thanks,
... View Questions/Answers
What is Spring IOC Container ? May 3, 2013 at 12:17 PM
Hi,
What is Spring IOC Container ?
Thanks,
... View Questions/Answers
What is difference between singleton and prototype bean? May 3, 2013 at 12:16 PM
Hi,
What is difference between singleton and prototype bean?
Thanks,
... View Questions/Answers
What are the differences between EJB and Spring May 3, 2013 at 12:14 PM
Hi,
What are the differences between EJB and Spring
Thanks,
... View Questions/Answers
What is Spring's JdbcTemplate ? May 3, 2013 at 12:13 PM
Hi,
What is Spring's JdbcTemplate ?
Thanks,
... View Questions/Answers
What is SQLExceptionTranslator? May 3, 2013 at 11:55 AM
Hi,
What is SQLExceptionTranslator?
Thanks,
... View Questions/Answers