I write an application with VS.NET2003 C#, I use com+ to handle transaction
of database, my database is Oracle8i, when I call db.Open(), I always get an
error message: Can't load oramts.dll, I don't know what this message means.
So, Anybody can help me.
Tks.
Douglas Gallant - 24 Jul 2004 01:14 GMT
You need to take a look for Oracle Services for MTS (or something like that)
in the Oracle installer. That provides the MTS integration.
> I write an application with VS.NET2003 C#, I use com+ to handle transaction
> of database, my database is Oracle8i, when I call db.Open(), I always get an
> error message: Can't load oramts.dll, I don't know what this message means.
> So, Anybody can help me.
>
> Tks.