Add to database again

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Add to database again

Craig H. Anderson
In a previous thread I learned how to add database rows
with a DBParameterizedStatement.  Is it possible to use
a DBResultSet or DBRow to insert?  I'm interested in the
case where the table is empty to start with, so an existing
row is not available.  I'm thinking of something like binding
a record in VisualC++ and using the generated C++ class
for insertion.

Thanks