Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-01-14 : 08:37:56
|
| Santosh Kumar Mahapatra writes "We are maintaining two database one in DB2400 and other one is SQLServer 2000. We want to select/insert/delete data into both the database in a single transaction through COM+. Can anybody help me on this ?" |
|
|
andre
Constraint Violating Yak Guru
259 Posts |
Posted - 2002-01-14 : 11:21:52
|
| If you want to use COM+, you could create a COM object using VB or VC++ to perform the transactions and import it into COM+. You would need to include the Object Context in your COM object and end transactions with either the SetComplete or SetAbort methods of the Object Context. |
 |
|
|
|
|
|