Hello!
There are several options:
- there will be more SQL rows in config.propertis. For example:
...... sql.Db1InsertTable1 =
...... sql.Db2InsertTable2 =
and so on.
- you can modify the structure of DbCommand to include the required database, but you will also need to modify JDRCMulti to handle it:
Type DBCommand (DbName as string, Name As String, Parameter As String)
So you don't need as many sql .... commands.
Of course, if the structure of the databases is similar.
Regards
Lajos