| Author |
insertRow or SQl query
|
aakash bhatt
Ranch Hand
Joined: Jan 09, 2003
Posts: 182
|
|
|
is it better to use rs.insertRow through a resultset or by an statement of SQl query through a connection object.
|
 |
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
|
|
|
Its better to use prepared statement to insert the record in database. Its more efficient. I think most of the drivers not support insertRow.
|
 |
 |
|
|
subject: insertRow or SQl query
|
|
|