S
Starwood
Is it possible to construct a query that is multi-functional? I'd like to
be able to add, delete and modify database records in a single table without
having to construct multiple queries. If it's possible, does any sample
code exist?
I realize this can be done by simply opening the database table and
modifying it without any operator directions, but I'd like to make it safer
and more user-friendly than that.
Thanks,
George
be able to add, delete and modify database records in a single table without
having to construct multiple queries. If it's possible, does any sample
code exist?
I realize this can be done by simply opening the database table and
modifying it without any operator directions, but I'd like to make it safer
and more user-friendly than that.
Thanks,
George