Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS functionality

Status
Not open for further replies.

jantje16

Technical User
Joined
Mar 15, 2000
Messages
1
Location
NL
My question: Is MTS capable of transferring data between a dbaseIV database and a datawarehouse running under oracle 7.3/8.0
 
MTS itself does not perform any data transfer/manipulation. It is up to your program to provide that functionality. What MTS does do for you is manage your COM components, and allow you to specify a number of operations that comprise a transaction. If any of those operations fail, all of the operations are rolled back.<br>
<br>
Since MSAccess supports the Dbase format, I assume that you can use the Access OLEDB provider, along with the Oracle OLEDB provider, to transfer data using ADO.<br>
<br>
<br>
<p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top