|En la categoría:
¿Quieres vender uno?

Distributed COM Application Development Using Visual C++ Jim Mahoney - Book Only

Coddlers China Matching Plus
(40823)
Registrado como vendedor profesional
USD6,30
Aproximadamente5,41 EUR
Costaba USD7,00 (10% de descuento)¿Qué significa este precio?
Precio rebajado proporcionado por el vendedor
Estado:
En muy buen estado
Respira tranquilidad. Se aceptan devoluciones.
Recogida:
Recogida local gratis en San Jose, California, Estados Unidos.
Envío:
USD6,36 (aprox. 5,46 EUR) USPS Media MailTM.
Ubicado en: San Jose, California, Estados Unidos
Ahorra en envío combinado
Compra varios artículos
Aplicaremos automáticamente descuentos en los gastos de envío si compras dos o más artículos que cumplan los requisitos al mismo vendedor.
Compra en conjunto y ahorra
Para confirmar si los artículos cumplen los requisitos, añádelos a la cesta y verás el importe total del envío combinado durante el proceso de pago y envío.
Entrega:
Entrega prevista entre el mar. 12 ago. y el jue. 14 ago. a 94104
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:404812096630

Características del artículo

Estado
En muy buen estado: Libro que se ha leído y que no tiene un aspecto nuevo, pero que está en un ...
ISBN
9780130848741

Acerca de este producto

Product Information

This book gives intermediate-to-advanced Visual C++ and MFC programmers all the in-depth knowledge and skills they need to build and deploy state-of-the-art multi-tiered applications. Expert developer Jim Maloney helps developers master every key technology involved, including COM/DCOM, MTS, ADO, and OLE DB. Begin with a clear overview of multi-tier development in Microsoft environments: the goals and the challenges, including avoiding network bottlenecks. Then, master multi-tier development by building a robust, three-tier application. Review using objects in Visual C++ applications; then learn how to implement Win32 presentation layer clients and develop applications that run over TCP/IP. Understand database access using ActiveX Data Objects (ADO); implement an ActiveX-based object model; and learn the key fundamentals of DCOM, step-by-step. Use Microsoft Transaction Server (MTS) to implement your application's data service layer; build Web interfaces with Active Server Pages (ASP); deploy your application with Internet Information Server (IIS4), and much more.

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0130848743
ISBN-13
9780130848741
eBay Product ID (ePID)
199664

Product Key Features

Number of Pages
414 Pages
Language
English
Publication Name
Distributed Com Application Development Using Visual Basic 6.0
Publication Year
1999
Subject
Programming Languages / C++, Systems Architecture / General, Systems Architecture / Distributed Systems & Computing, General, Operating Systems / Windows Server
Type
Textbook
Subject Area
Computers
Author
Jim Maloney
Series
Prentice-Hall Series on Microsoft Technologies
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
29.8 Oz
Item Length
9.3 in
Item Width
6.9 in

Additional Product Features

LCCN
99-042022
Dewey Edition
21
Target Audience
Scholarly & Professional
Illustrated
Yes
Dewey Decimal
004/.36
Lc Classification Number
Qa76.9.D5m353 2000
Table of Content
1. Deploying a Multi-Tiered Client/Server Application. Application Architectures. Desktop Application Architecture Overview. 2-Tier Application Architecture Overview. 3-Tier Application Architecture Overview. N-Tier Application Architecture Overview. About 2-Tier Client/Server Applications. Physical Deployment of 2-Tier Client/Server Applications. About 3-Tier Client/Server Applications. Physical Deployment of 3-Tier Client/Server Applications. About the Object Model. Building a Suite of Applications. The Legacy Systems of Tomorrow. Deploying the Sample Application. Deploying a 3-Tier Client/Server Application. Deploying the Mom-n-Pop Video Store Application. 2. Using COM Objects in an Object Model. About Objects. About the Visual Basic Programming Language. Objects and Programming. Understanding an Object Model. The Mom-n-Pop Video Store Object Model. Stateful Objects and Transactions. Business-Focused Design. Candidate Solutions for State and Transactions. Standard COM Types. Unicode and BSTR Strings. Win32 Functions Related to BSTR Types. Using the CURRENCY Type. COM Data Type Conversion Functions. Using Variant Types. Working with Safe Arrays. Checking for Errors in a COM Application. WalkthroughUsing an Object Model. Creating a Dialog Application with the AppWizard. Adding Code to Initialize COM. Importing the Type Library. Adding a List Box to Display Members. Displaying Members in the List Box. A Closer Analysis of the UI Code. 3. Database Access Using OLE DB. What is OLE DB? About the Demonstration Programs. Using OLE DB Interfaces. About the First OLE DB Sample Program. Initializing a Data Source. Creating a Session on the Data Source. Command Objects. About OLE DB Rowset Objects. About OLE DB Accessors. Closing Comments on the First Example. Parameterized Queries with OLE DB. About the Second OLE DB Sample Application. Creating a Parameterized Command. Binding Parameters. Executing a Command with Parameters. Updating Data Using Parameterized Commands. Performing Transactions with OLE DB Interfaces. About the ITransactionLocal Interface. Isolation Levels and the StartTransaction Method. Zombie Rowsets. Transaction Retention. The OLE DB Transaction Demo Program. Using OLE DB Service Components. Opening a Data Source with MDAC. Using a Connection String. Using OLE DB Templates. Introducing the OLE DB Template Classes. The CDataSource and CDBPropSet Classes. The CSession Class. The CCommand and CAccessor Template Classes. Opening a Rowset Using CCommand. Retrieving Rows Using OLE DB Templates. Closing the Data Source, Session, and Rowset. Generating a CRowset Class Using the ATL Object Wizard. Parameterized Queries with OLE DB Templates. Executing a Parameterized Query with OLE DB Templates. Providing Parameter Binding Information. Supplying Parameter Values. Updating Data with OLE DB Templates. Transactions and the OLE DB Template Classes. Service Components and the OLE DB Templates. Connection Strings and OLE DB Templates. ADO Recordset and OLE DB Rowset Equivalences. Converting a Rowset to a Recordset. Converting a Recordset to a Rowset. Using the Data Link API. The Data Link Properties Dialog. Using the COleDBRecordView Class. A Simple COleDBRecordView Application. Generating A Simple COleDBRecordView Application. AppWizard-Generated Classes for OLE DB Record Views. Providing Controls for Database Columns. Adding an Update Now Button. A Full-Featured OLE DB Record View Application. Using Multiple Accessors. Adding New Records Using COleDBRecordView. Deleting a Record Using COleDBRecordView. Rowset Navigation Using Bookmarks. 4. Database Access with ADO. ADO and OLE DB. Problems Solved by ADO and OLE DB. ADO or OLE DB? The ADO Object Model. The ADO Connection Object. The ConnectionString Property. About the First ADO Demo. Importing the ADO Type Library. Connecting to a Database Using ADO. The Conn

Descripción del artículo del vendedor

Información de vendedor profesional

Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
Acerca de este vendedor

Coddlers China Matching Plus

100% de votos positivos89 mil artículos vendidos

Se unió el sep 1997
Suele responder en 24 horas
Registrado como vendedor profesional
Coddlers China Matching Plus Store focuses on china pottery and porcelain - Noritake Royal Doulton Wedgwood Dansk Mikasa Rosenthal Midwinter Metlox Lenox Heath Flintridge Royal Worcester Arzberg - and ...
Ver más
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
5.0
Gastos de envío razonables
4.8
Rapidez de envío
5.0
Comunicación
5.0

Votos de vendedor (42.766)

Todas las valoraciones
Positivas
Neutras
Negativas
  • l***e (618)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Great communication with quick replies to emails including extra photos when requested. Excellent packing and prompt shipping. The plate is just as described, and I feel it was reasonably priced for the condition. I'm very happy with my purchase. I am a repeat buyer from this seller, and hope to do business again. I would highly recommend this seller. A+
  • h***_ (164)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Amazing shopping and customer service experience with this seller. The item was as described, packaging was carefully done, and great value for money with quick postage and delivery. Unfortunately this beautiful piece arrives at my address broken due to courier staff mishandling it. Seller was sympathetic and understanding and issued a refund, despite not being the party at fault. Restores my faith in customer service tbh.
  • 8***t (29)- Votos emitidos por el comprador.
    Mes pasado
    Compra verificada
    “Gorgeous Garden” Batter Bowl 7/23/2025 I’m delighted with the condition of this piece! It arrived in perfect condition, no chips or breakage, and exactly as described. I can’t say enough about the amazing packaging job that the seller used. The value for price, as well as the shipping cost was very good. I’m completely satisfied with the sale, and the seller, that I highly recommend and will do business with again in the future if the occasion presents itself.