| Author |
sql:update problem
|
gaurav kanthed
Greenhorn
Joined: Jun 07, 2005
Posts: 2
|
|
hi, i am using ms access 2000 as a database i can get data using sql tag libary but when i insert data throw <sql:update dataSource="{datasource"}> INSERT INTO books(id, name) VALUE(?, ?) //here i am using <sql aram> </sql:update> record can not added at database. i am not getting any type of error when i run jsp page.
|
 |
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
|
|
|
Do you commit the transaction after updating the record?
|
My blood is tested +ve for Java.
|
 |
 |
|
|
subject: sql:update problem
|
|
|