adspace
What is the difference between txdatasource and datasource?
Answer Posted / Girish Singh Gobari
A DataSource is a Java interface that provides a means for obtaining database connections. A TXDataSource extends DataSource to include support for transactions.nnIn other words, a DataSource can handle simple database operations, while a TXDataSource can manage more complex transactions, such as those involving multiple resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category