When should I use a TxDataSource instead of a DataSource?
“When to Enable Global Transactions in a Data Source” in the Administration Console Online Help. When you select Honor Global Transactions in the Administration Console, you create a JDBCTxDataSource in the config.xml file (the default). If you clear the Honor Global Transactions check box, you create a JDBCDataSource in the config.xml file.
A. See “When to Enable Global Transactions in a Data Source” in the Administration Console Online Help. When you select Honor Global Transactions in the Administration Console, you create a JDBCTxDataSource in the config.xml file (the default). If you clear the Honor Global Transactions check box, you create a JDBCDataSource in the config.xml file.
Related Questions
- I programatically change a bound TextBox value, but the value does not get pushed back into the bound datasource. How can I make sure the DataSource is updated?
- Does the book contain the logic required to establish a connection with the DataSource?
- Whats the difference between extraction structure and table in datasource?