Cannot Update MYSQL Database

2003-03-24 Thread jsp
I'm running this code with no errors but it's not inserting the string into the database ? public void addInfo( String referer ) throws SQLException, Exception { if (con != null) { try{ PreparedStatement updateInfo; updateInfo =

NEWBIE to mysql

2003-02-09 Thread jsp
Can anyone tell me why I keep getting an ERROR 1064 with this command ? I just would like to create a table with two fields, name and messages for a Simple guestbook but I want to store the data in a mysql database. mysql> CREATE TABLE info -> ( -> name varchar(50) -> message varchar

Cannot create Database

2003-02-03 Thread jsp
Easy question for beginner. Why am I getting this error ? I just installed Mysql and I'm trying to create a database. Beginner stuff... E:\>mysqladmin create TestDB mysqladmin: CREATE DATABASE failed; error: 'Can't create database 'testdb'. (err no: 13)' thanks in advance for anything... -

mysql-j2ee

2001-07-23 Thread java_manu jsp
hello there, did any body used mysql with j2ee. is there any problem with transcation locking etc .bcs mysql only has table level locking...how container maintaince this Any suggestions and comments welcome.. Regards, Manu -

java+mysql

2001-05-16 Thread java_manu jsp
hello there, iam new mysql ,iam right now working with jsp so is there any way we can write funtion in java and make mysql understand it Regards, manu - Before posting, please check: http://www.mysql.com/manual.php (the