This article describes, by example, how to implement a Visual Basic Component Object Model (COM) Object that returns a recordset to Active Server Pages (ASP)....
Debugging a Distributed Internet Application (DNA) has never been an easy task. Due to the distributed nature, errors can rise from different layers. Current examples tend to focus on the debugging process of stepping through identified error-causing objects. While Your initial and most frustrated efforts are mostly spent on gathering enough information to identify the error causing tier or object. In this article Salim Naim provides a mode for outputting information from within the COM+ ap.....
COM+ and Windows 2000 Server provide an intricate infrastructure for building distributed applications. This article identifies and explains the key technologies and services you''ll need to master in order to build large-scale information systems for Windows 2000 Server....
In this tutorial, we are going to convince you that you already know quite a bit about programming with components; we will look at some typical scenarios in which components are used....
This article describes how to debug a Visual Basic component registered with Microsoft Transaction Server (MTS) from within the Visual Basic IDE, when created and called from an Active Server Pages (ASP) page....
This article serves as a quick "How To" example for using string buffering to concatenate strings in a VB component. The example VB code will generate a HTML TABLE record that will be sent to an asp file after being populated with data from a database table....
One of the most-requested subjects is the use of ActiveX™ components from ASP. Where can you find information about available components? What tools help you build components? Where can you find samples for building components? When deciding .....
Step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Project files available for download. Must read for ASP COM beginners....
This article at Stradeveloper.com is an in depth tutorial on calling and using five ASP intrinsic objects from within COM Component using Visual Basic. Sample Visual Basic project files, component and ASP page available for ownload....
Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP code available for download....