mysql-java

mysql-java

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; check the manual that corresponds to your MySQL server version for the right syntax to use near '://www.publishersweekly.com/pw/by-topic/authors/index.html','Fri, 17 May 2013 00' at line 1 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2618) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1749) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1666) at Mydb.main(Mydb.java:111) Java Result: 1 please help me to find the error

View Answers

May 20, 2013 at 11:15 AM

hi friend,

You are missing the single quote in your sql statement before link2 variable.

insert into linktable values('"+rs1+"','"+title+"',"+link2+"','"+date+"')

Try the sql statement below, may this will be helpful for you.

insert into linktable values('"+rs1+"','"+title+"','"+link2+"','"+date+"')

Thanks.









Related Tutorials/Questions & Answers:
mysql-java
mysql-java   i try to execute this code stmt1.executeUpdate("insert... the manual that corresponds to your MySQL server version for the right syntax to use...) at Mydb.main(Mydb.java:111) Java Result: 1 please help me to find the error  
connection with MySQL to java.
connection with MySQL to java.   how to connect MySQL database with jsp
Advertisements
MYSQL Java Connector Library
Where to download the MYSQL Java Connector Library and get the jar file This article discuss 'how to connect Java and MYSQL using MYSQL connector' in Java. The article will give you view on downloading and installing MYSQL Java
MySql,java
MySql,java  In MySQL table i am adding the fields of name,photo,video,age,category.in the category i have some subjects.if one person login into my-site the he upload the one video under one subject.then i want the following
how to connect jsp to mysql - Java Beginners
with mysql .java file is compiled but this not connected with my sql plz anyone help me hw to conncet jsp with mysql this is connection file package connect...how to connect jsp to mysql  I m new in Mysql and JSP i m
jsp, mysql - Java Beginners
jsp, mysql  i want to store / insert the selected value in the combo box (jsp), into the mysql. how to do it?... pls help me in urgent
MYSQL - Java Interview Questions
Mysql & java - JDBC
Mysql & java  Hi guys, please help! I'm new to mysql, I want to connect to mysql 5.1 using java. But it shows error about: Class.forName...) { System.out.println("MySQL Connect Example."); Connection conn = null
Login authentication & mysql - Java Beginners
Authentication with MySql using Java Swing: 1)Create a java class... their personal account with the username and password, must save it in database (MySQL... with the data in database. I am newbies to java & learning java by myself but I
jdbc driver for mysql - Java Beginners
jdbc driver for mysql  I need jdbc driver program for connecting java progrma to mysql. Please any one send me the url to download the driver... of jdbc-mysql database connectivity and idea about jdbc and mysql driver
website creation using java and mysql - Java Beginners
website creation using java and mysql  i am going to create a website for some company using java and mySql... i dont know the procedure to create a website.can anybody give me the steps what i have to follow
how can i connected jsp wih mysql - Java Beginners
How to read data from txt file and save to database MySql - Java Beginners
JDBC Example with MySQL
; Mapping MySQL Data Types in Java Data types of MySQL... Java data types. Connecting to a MySQL Database in Java In this section, you will learn how to connect the MySQL database with Java file. We need
Mapping MySQL Data Types in Java
Mapping MySQL Data Types in Java    ... types of MySQL and Java programming language are not same, its need some... MySQL statements. There is no particular reason that the Java data type
Java Mysql Connection Example
Java Mysql Connection Example We are going to discus how to connect  MySQL in java. We have been provide some classes and API with which we will make... the MySQL database with java prommining. Classes, interfaces and methods
My SQL
My SQL  Connection class for MySQL in java
Mine Problem
Mine Problem  how to view a row from a table created in mysql in a java swing application
java-mysql
java-mysql  how i retrive all the values of a table in mysql to java forms or java table
question
question  Good Afternoon, code to display the employees on leave,and approve that leave for manager.using JPanel+mysql+Java
Servlets mysql connectivity
Servlets mysql connectivity  please tell me the steps to connect mysql with java servlets using connector j
JDBC Example with MySQL
question
question  Good Morning Sir, submit attendance to database using system IP address with current system date and time.using JPanel+mysql+Java
question
question  i need to select data from database using mysql+java script+html   Please specify some more details
question
question  Good Afternoon Sir, give me the source code to submit attendance to data base using System IP Address with system date and time.using JPanel+mysql+java
retrive mails - Java Beginners
retrive mails   hi how to retrive mails using mysql in java not using pop3 or imap directly from database i am using dbfile system in james server.header should be store in database and message in file system thanks bala
question
question  Good after noon Sir, Please send me the code of the problem given below.it's urgent code to display employees on absent and manager can approve,and send a notification message to an employee.using JPanel+mysql+Java
MySQL connectivity - JDBC
MySQL connectivity  hi all, i am not able to connect Mysql to java ..as i connect it ..i am getting the error ..saying classNotFoundException... to "com.mysql.jdbc.Driver" class not found In the lib folder "mysql-connector-java-5.0.6-bin.jar
JDBC - Java Beginners
JDBC   To connect java with mysql database i used the proper class... as "class not found error". Is there any steps to connect mysql with java... where your mysql connector jar file available thats allj ar file name = mysql
regarding jdbc - JDBC
regarding jdbc  how to connect mysql with java example you have provided is having some error and i am not able to remove that error please... = DriverManager.getConnection("jdbc:mysql://localhost:3306/yourdatabase", "your username", "your
How to download MySQL JDBC driver?
to download MySQL JDBC driver? Thanks   Hi, JDBC - Java database... for their database. MySQL is one of the database which can be connected from Java program. To connect to MySQL database from Java program we need JDBC Driver of MySQL
java.lang.classnotfoundexception com.mysql.jdbc.driver
comes in Java application when MySQL JDBC Driver is not available...: How to download JDBC from MySQL? Where to download the MYSQL Java Connector...;mysql-connector-java</artifactId> <version>5.1.6</version>
jdbc - Java Beginners
is: Expert:Jagadeesh To connect java with mysql database i used the proper class... error". Is there any steps to connect mysql with java before running. ---Answers Hello friend inside your project set the class path where your mysql connector
Mysql Date To Java Date
Mysql Date To Java Date       Mysql Date To Java Date retrieve the records from Mysql and display... an example from 'Mysql Date To Java Date'. To understand and grasp the example
Creating a Database in MySQL
Creating a Database in MySQL       After establishing the connection with MySQL database by using.... In this example we are going to create a  database by MySQL and with the help
Count Rows from a Database Table
with MySQL database by the help of JDBC driver. When the connection has been...;= DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial...\jdbc\jdbc\jdbc-mysql>java CountRows Count number of rows in a specific
Connecting to a MySQL Database in Java
Connecting to a MySQL Database in Java   ... will learn how to connect the MySQL database with the Java file. Firstly, we need to establish a connection between MySQL and Java files with the help of MySQL
Make Unique Column in Database Table
the SQL statement is executed with the help of some java methods. If column name...;DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial...;javac MakeUniqueColumn.java C:\vinod\jdbc\jdbc\jdbc-mysql>java
Remove Unique Column in Database Table
is to establish the connection with MySQL database by using the JDBC drive, only after...;DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial","root"...\jdbc-mysql>java RemoveUniqueColumn Remove unique column example
Arrange a Column of Database Table
in ascending order with the help of some java method and APIs. See detailed... to establish the connection with the MySQL database. After the connection has been...;);   con = DriverManager.getConnection ("jdbc:mysql
Sum of Column in a Database Table
we going to do is to establish the connection with MySQL database by using... ("jdbc:mysql://localhost:3306/jdbctutorial","root","...-mysql>java SumColumn Sum of the specific column! Enter table name
Delete a Column from a Database Table
;DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial","root"...;javac DeleteColumn.java C:\vinod\jdbc\jdbc\jdbc-mysql>java
Join tables with the NATURAL LEFT JOIN operation
the connection with MySQL database by using the JDBC driver, after that we will join two...");   con = DriverManager.getConnection ("jdbc:mysql...-mysql>java NatLeftJoinTable Natural Left Join Tables Example! Emp
Join tables with the NATURAL RIGHT JOIN operation
of program: Firstly, this program establishes connection with MySQL database...;con = DriverManager.getConnection ("jdbc:mysql://localhost... C:\vinod\jdbc\jdbc\jdbc-mysql>java NatRightJoinTable Natural
Cross Join Tables in a Specific Database
;jdbc:mysql://localhost:3306/jdbctutorial","root","root"...\jdbc-mysql>java CrossJoinTable Natural Left Join Tables Example
Set Data Types by using Prepared Statement
) in the PreparedStatement interface of java.sql package. We know that the data types of MySQL and java... the data to each other Java and MySQL. Mapping between both java and MySQL...) individually according to it's nature that is supported by both java and MySQL. Data
Prepared Statement Set Big Decimal
data types MySQL and Java programming language are not same. So mapping between... data type in java to integrate in MySQL through the help of NUMERIC and DECIMAL... of all we need to establish the connection with MySQL database by using the JDBC
Getting Column Names from a database table in Java
of java. Now declare a static method inside which creates the connection with MySQL... Getting Column Names from a database table in Java  ...;   String url = "jdbc:mysql://localhost:3306/"
Arrange a Column of Database Table
the connection with MySQL database. As soon as the connection gets established...;DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial","... C:\vinod\jdbc\jdbc\jdbc-mysql>java ColumnDescOrder
Description of Database Table
the connection with MySQL database through the JDBC driver. When the connection has been established, pass the table name in the database query and use some java...;DriverManager.getConnection ("jdbc:mysql://localhost:3306/jdbctutorial","root","

Ads