473,385 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Classic ASP and COM / COM+ / DCOM examples

Hello, folks!

Does anyone have URLs to some good tutorials / examples of usign
Classic ASP with COM, COM+, etc?

TIA...

Apr 10 '06 #1
6 6010

"Blue Streak" <rd********@hotmail.com> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com...
Hello, folks!

Does anyone have URLs to some good tutorials / examples of usign
Classic ASP with COM, COM+, etc?

TIA...


That's rather a lot of nuances you're asking for.

DCOM is death. COM+ is nice for database transaction management or for
specific threading sync needs, and COM is alive and kicking. If you compile
a VB6 activex object, you have already simple ready to use object.

What are you exactly trying to accomplish? (because getting info on death
technology is waste of time).

Apr 11 '06 #2
Well, my new employer is still using it. I need to get up to speed
with their old code before I can help upgrade it to .NET.

Apr 11 '06 #3

"Blue Streak" <rd********@hotmail.com> wrote in message
news:11**********************@u72g2000cwu.googlegr oups.com...
Well, my new employer is still using it. I need to get up to speed
with their old code before I can help upgrade it to .NET.

So do you use C++ and DCOM or is it all VB6?

Apr 11 '06 #4
At this point I don't know what this company is using for their COM
objects. I just wanted to go through a crash-course to get up to speed
with this kind of programming.

Apr 12 '06 #5

"Blue Streak" <rd********@hotmail.com> wrote in message
news:11**********************@i39g2000cwa.googlegr oups.com...
At this point I don't know what this company is using for their COM
objects. I just wanted to go through a crash-course to get up to speed
with this kind of programming.

Sorry, there is no such thing.

DCOM is a separate theme, and because DCOM was so difficult to implement
(all about marshaling and networking protocols) COM+ was made, so if you
'configure' a simple COM component, the COM runtime (that is COM+ as well)
will do it all for you.
And if you use C++ 6 up to 8, and you write ATL COM components, it's very
easy to support COM+.

Now comes the difficult part, that is doing it all without COM+ but through
DCOM.
I think you --really-- should focus on your target by getting some samples
about the current enviroment before jumping 'wildly' in all those subjects.
I know through some experience that COM+ can be very widely spread with
possible technologies and settings etc, and the same applies to DCOM.

I would just advise you to use ebay and find a second hand book about COM+
and DCOM.

Regards
Apr 12 '06 #6
Thanks,

I found what I needed at http://www.codeproject.com/

Apr 13 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: srijit | last post by:
Hello, I am looking for examples of simple DCOM server and client in Python on Win 2K or Win XP. I could not find anything worth mentioning during Google search. I am also interested to learn...
1
by: Prashanth Uppunda | last post by:
Hello, Does anybody have an idea on how to instantiate a DCOM server residing in another machine using C#? Thanks Prashanth
3
by: David Dolheguy | last post by:
I have been using VB.NET for some time now and now have to create a DCOM Server which contains interfaces for which DCOM client's can talk too. My initial problem is that I'm not 100% sure where...
0
by: David Dolheguy | last post by:
I am in desperate need to get help in answering some questions in regards to building a DCOM Server using C#. I need to create a DCOM server using C#.NET, I realise that you first need to create...
1
by: Gabby Shainer | last post by:
Hello, I've written an ATL web server that implements a HelloDCOM method which then calls a DCOM EXE server only to return the bstrInput prefixed by a "Hello " string. When calling the DCOM...
3
by: Alex | last post by:
I'm having a problem porting an ASP solution to ASPX. In the ASP solution I'm accessing a DCOM server, create sub DCOM objects and call functions from VB script on the ASP pages. The DCOM object...
13
by: Kyle Adams | last post by:
I don't know where is the right place to ask this so I will start here. Can someone explain to me what these represent? I think they all have to do with the middleware level, but I really don't...
1
by: =?Utf-8?B?Q2hyaXMgTGFtb250IE1hbmtvd3NraQ==?= | last post by:
Does anyone know where I can find an example of calling a DCOM object from a ..NET client? All the examples I'm finding are telling me to use Activator.Getobject, but I can't figure out which URL...
0
by: Skylark | last post by:
Hi Everyone! The problem seems followig way: there is a client application, which connects to server by 1. DCOM, if such dcom component have been found on the remote computer (either computer's...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.