| Author |
not able to insert values
|
anwesh maity
Greenhorn
Joined: Oct 31, 2007
Posts: 18
|
|
i am not able to insert values in the database is the query correct ???
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
Use PreparedStatements!!! If you have a single quote in any of those strings (John O'Conner) its going to die. Your query with PreparedStatements should then just be "INSERT INTO kdnet.users VALUES (?,?,?,?,?)".
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
minal silimkar
Ranch Hand
Joined: Nov 25, 2007
Posts: 133
|
|
|
please list out the exact error you are getting after execution of this code.
|
Minal Silimkar
|
 |
 |
|
|
subject: not able to insert values
|
|
|