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
|