Tagged Questions
0
votes
1answer
17 views
How to develop mobile app using jquery mobile, phonegap, java and mysql in eclipse
I am beginner in mobile application development. I am currently using jquery mobile and phonegap in eclipse. I want create a mobile app that connect to mysql database using Java. Please! can some one ...
0
votes
1answer
14 views
Import MySQL Backup Table-Names lowercase
I'm trying to create Tables automatically through JAVA in a clean Database evironment by using executing ./bin/mysql ... < Tables.sql which works fine, except for the tables being created all ...
1
vote
1answer
35 views
How to put date from mysql database into JFreeChart graph?
I have faced with a problem of putting date on my JFreeChart graph.
I read the double value and date value from my local MySql database but I cannot put date onto the graph.
Here is my useless ...
1
vote
2answers
31 views
How to Print Newline for each Row of Data that is Retrieved from Database
I had a database name which consists of two tables. I retrieved the data from both tables in the same JSP page. I got the correct output, but I also got the both table data in only one line. I want to ...
1
vote
2answers
35 views
How to change non-editable/generated code in netbeans
I want to change the non-editable code in Netbeans ,
I want to replace the
javax.swing.JTextFeild with ObservingTextField
for which I have a class imported into my project in order to Implement a date ...
-1
votes
1answer
30 views
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Vertrigo server eclipse
I am trying to connect to mysql database (as part of the Vertrigo server) on my windows 7 pc, but it keeps throw me the "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver".
Following is my ...
0
votes
1answer
32 views
Java + MySQL - Syntax error but the statement is correct
My program executes INSERT query. When I run it, I get an error
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds ...
1
vote
1answer
30 views
Java + MySQL - PreparedStatement troubles with encoding
I got this program that interacts with MySQL. It works but acts strangely when non-ASCII occur in the statement. I'm using prepared statement:
public ResultSet executeQuery(Connection _conn, int ...
-1
votes
0answers
18 views
Is it possible to write Java SE socketserver using Apache, XAMPP, MySQL? [closed]
I have a prototype of client - server desktop system. Let's say that there are 2 clients - doctor and patient. Doctor has his own desktop Java app and patient has his own Java app - both are ...
-1
votes
0answers
11 views
Integrating Apache Nutch with MySQL on Windows
I am trying to integrate Apache Nutch 2.1 with Mysql server on Windows 8 platform. I am following tutorial http://nlp.solutions.asia/?p=180. I have made following changes to the apache-nutch-2.1.
I ...
0
votes
2answers
30 views
How to fetch date from database from one to many relation with hibernate
I have two tables one for customers and the other for products . The customer may have more than one product. I need to retrieve all the product's cost for a specific customer
using hibernate. It ...
0
votes
0answers
39 views
java.lang.AbstractMethodError when trying to make instance of datasource object to connect to mysql database
For context, I followed the instructions listed on this website, https://netbeans.org/kb/docs/web/mysql-webapp.html?print=yes, to create a web app in netbeans, create a web server in glashfish 4.0, ...
0
votes
3answers
38 views
JDBC finding the source of unclosed connections?
I am having issues where somewhere in my project several connections to mysql are not being closed, causing my application to become very slow after a couple of days,essentially forcing me to restart ...
0
votes
3answers
33 views
MySQL gives correct output but Java raise exception
I want to show following information -
Date Flight | Name Departure Time | Business Class Availability | Executive Class Availability | Economy Class Availability
Now all the information are in ...
1
vote
2answers
68 views
Database access fails to work in the morning
I'm building a system with a login. When I was just testing it on my own computer, it worked perfectly fine. Once I uploaded it to our server, we started running into the problem whereby ... it ...