J
Juan Romero
Hi guys,
Is there a way to use a single SQL adapter to update many tables in a
database, or do I have to create an SQL Adapter for every table?
I have 35 tables on this database, so it is a bit painful.
Anyways, when I configure the data adapter, it seems to only allow you to
select one table. Is there a way to select more than one?
If not, is there a way to generate the dataset from a database or a number
of tables? If I use the same adapter, it deletes the schema and rewrites it
with the new table I select.
Please help.
Regards.
Is there a way to use a single SQL adapter to update many tables in a
database, or do I have to create an SQL Adapter for every table?
I have 35 tables on this database, so it is a bit painful.
Anyways, when I configure the data adapter, it seems to only allow you to
select one table. Is there a way to select more than one?
If not, is there a way to generate the dataset from a database or a number
of tables? If I use the same adapter, it deletes the schema and rewrites it
with the new table I select.
Please help.
Regards.