Sorry this is no answer Only Request for help
Can i create a new user in another trusted domain
usinf ADSI .(VB)
i get permission denied error
can u help me
hi srini,
COM+ is MTS itself in Win 2000 with some additional
features.Main one is it has
COMPONENT LOAD BALANCING and OBJECT pooling
It is beneficial..........
and advantage is we can put the...
In my case Data Keeps on updating the stock values from the Exchange to provide
uptodate Stock value Ticker information,in a SQl Sever Database by a component(VB6.0)
method deployed on MTS 2.0...
Just Copy the component on servermachine to the client and register make sure by just changing remoteservername is the remote servers name or ip.
this can be done in many ways.
through registry...
Put code in mtsmachine and compie with project
properties debug option the C:\\\....Mtx.exe:\p
packageid(MTS) and run the project after a break point
on the method to debug.
now copy dll to be a...
Study the usage of Transaction setting from MSDN.
Implementation depends on application.
and use Dim Objcon as objectcontext
set objcon=getobjectcontext(() in all methods and use setabort in a...
Hi,
This error is related to MTS transactions.
Check out properties of components and usage of setabort and setcomplete are correct.Verfify that
and that only.make sure MSDTC service started...
You can exports the object dll to client machine
from component services.
or
copy dll and register in ur machine
and use createobject with remotemachine as parameter.
Or
Do the remoteservername...
Even while using com(mts) for businnes logic
usage of stored procedures are suggested for faster
access.Check for Database Locks while transaction when put in mts.
hi priya,
VB5.o supports dao but vb6.0 has ADO much more faster with OLEDB.
using open method is faster then FSO.
using DAO recordset to read and manipulate
could be faster than looping through...
Here is the code............
Option Explicit
Private Const REG_SZ = 1 'Constant for a string variable type.
Private Const HKEY_LOCAL_MACHINE = &H80000002
Hi sri,
U dont need to install win option pack for MTS
on WIN 2000.Here it is COM++ instead of MTS similar that comes in control panel admin tools
and component services
regards
Hi,
You can use impelements after u defined an
interface in Vb.This class will have only method
defenitions not the actual methods.
U may use this if u want some classes to
necessarly use an...
Hi,
T start with u can find Mts after u install the WinNT options pack.
then it is available in ur menu.
Once u do that ask me what more..
regards
martin
I get a "Method of Object Failed Error"
only once ina while.Not on all the com/dcom call s but some calls fails
while VC client tries to access a vb component on MTS.
Same dll when called from a...