I made an COM+ application using Delphi 5 (STA, synchronisation=Required)
I included Datamodules (not TMTSDataModule), because I have to use some containers for non-visual cmponents - set in design time).
When only one user uses this component, all works fine. but when 2 or more users access...
I made an COM+ application using Delphi 5 (STA, synchronisation=Required)
I included Datamodules (not TMTSDataModule), because I have to use some containers for non-visual cmponents - set in design time).
When only one user uses this component, all works fine. but when 2 or more users access...
Hi,
is it possible to use cursor and tab keys inside imported ActiveX form (using TOLOControl wrapper arround Active Form)?
ActiveForm is made in Delphi and have many VCL components placed on form (TEdit, TDBGrid,...).
I would like that imported form woud function like native Delphi form...
Hi,
I am trying to do some sort of COM plugin system for my applications.
Application will have host program and Active Forms with many VCLcomponents
inside.
All the system works well, except some message dispatching. So, I cant use
tab key to change activecontrol inside ActiveX Form, ...
I get this message(The object invoked has disconnected from its clients) when I conenct to MTS objects ((late binding) and not using them for a while.
What do I have to set to prevent disconnecting from objects?
Frenk
You were right, I need internet user.
And then, I don't need MTS security (for me, it is OK). Is there any way to use mts objects without loosing any of other security (file, sql server, IIS) as login to IIS as "anonymous" user?
Is there any way to have DCOM connection to MTS...
How can I login to NT domain through IE (activeX component, made in Delphi)?
I also want to use "anonymous" account for all MTS (NT domain) users.
Is this possible?
Hi,
I developed some MTS components and also ActiveX (ocx user interface -UI) component for use in IE. My goal is to use MTS objects (late binding) inside UI ocx.
I want to use late - binding because I want to have clients without any installation(TLB,...).
Clints will get UI when typing some...
Thanks!
I have one more question: I create ADOConnection object on onActivate event and destroy (ADOConn := nil) them on BeforeDestruction event. Is this ok or should I create (and destroy) them inside calling method?
************
BTW,Why donot you use ADOExpress when using Delphi?
Because...
I am using ADO in MTS (NT 4 server sp 6a, sqlserver 7) . Do I need (because of transaction control) to use ObjectContext when creating ADO objects
(connection, recordset, command)?
I connect to sql7 using onActivate event with creating adoconnection object.
What do I have to set (in DTC?!) for...
Can someone explain how to use late binding tecnique for accessing MTS objects (from remote machine) in Delphi?
I can do with early binding, but as far as I know (from discussion on this site), this is not the best solution for accessing and using MTS objects.
Thanks,
Frenk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.