Login  Register

Add to database again

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

Add to database again

Craig H. Anderson
10 posts
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