why it is like this....

2001-07-12 Thread Venkatesh T
Hi when i am trying to insert the following value into the text field, the value is changing and the new one is inserting in the table. I tried both preparedStatement and Statement object for insertion.. Input: This is giving in textarea of html code main() { fprintf(hi) } when i am

count value when updating rows

2001-07-02 Thread Venkatesh T
Hi when i am updating the rows with prepared statement/statement( the values may/may not be same), the count returning is different in different cases. Why it so like this.. In my program some times the values may/may not be changed. Irrespective of the values, the database should be

Getting error while accessing from Apache

2001-04-17 Thread Venkatesh T
Hi I tried to connect with MySQL from Java Webserver, it was connected and got interacted with MySQL thru my programs. No problem for this. When i tried the same with Apache i am getting the following error [18/04/2001 05:53:12:063] (ERROR) ajp12: Servlet Error: java.lang.NullPointerException:

query to create table

2001-04-13 Thread Venkatesh T
Hi Though it is a simple question, i want help reg this. In the manual it is giving we can create table with foreign key and references table to make foreign key concept though it is not supporting the same. When i try to create the table with foreign key it is giving ERROR 1064: You have

Any tool to port from DB2UDB to MySQL

2001-04-11 Thread Venkatesh T
Hi We are using DB2 UDB (IBM product) for database. Now i want to shift to MySQL. Is there any tool or method to convert my DB2 UDB database to MySQL Database. Any help will make my work so free. Thanks in advance rgds venkatesh

Can i get type IV driver for MySQL

2001-04-09 Thread Venkatesh T
Hi I am MySQL as database in my project. Can i get Type IV driver for JDBC to connect with database. If so, can u send me the information. If not, when can i get drivers information for JDBC. thanks in advance bye venkatesh