Is it possible to have multiple sections in [DataBindings], that refer to 
the same database (and thus database file), but different table_names?

Like that:
[DataBindings]
    ...
    [[binding1]]
        data_base = xxx_sqlite
        table_name = table1
        ...
    [[binding2]]
        data_base = xxx_sqlite
        table_name = table2
        ...
[Databases]
    ...
    [[xxx_sqlite]]
        database_name = xxx.sdb
        database_type = SQLite

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a99f2ac9-7ea4-4754-aaa0-335c14455c4cn%40googlegroups.com.

Reply via email to