Table schema in transaction group target

Can you specify table schema like this in a transaction group?

image

This group is full of hour meters. If I stop and start the group, it will read initial values from the table like I expect, but then when it executes it doesn’t (seem to) write the new values out to the table. Has anybody seen a problem like this?

Yes, there is a checkbox under the advanced section of the DB connection page on the gateway, don’t recall what it is called but it will expose the schema should the option be checked.

I assume you mean Include Include Schema in Table Name. If I enable this will it cause the other references that don’t include a schema name to fail?

The problem wasn’t related to the schema name. The problem was that the default index column didn’t exist. When I changed the transaction group to use a custom index, everything worked as expected.