Cargando…

ADO ActiveX data objects /

Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an introduction and a complete reference to ADO (ActiveX Data Objects), Microsoft's universal data access solution. You'll learn how to easily access data i...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Roff, Jason T.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; Cambridge, MA : O'Reilly & Associates, 2001.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm54116247
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 040130s2001 ch a o 001 0 eng d
010 |z  2001033138 
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d UMC  |d CEF  |d OCLCQ  |d OCLCE  |d VLB  |d AZU  |d NHM  |d OCLCQ  |d OCLCF  |d OCLCO  |d N$T  |d OCLCQ  |d OCLCO  |d UAB  |d VT2  |d HS0  |d OCLCO  |d OCLCQ  |d DST  |d INARC 
019 |a 606560029  |a 608490537  |a 729550645  |a 748108356  |a 759512196  |a 1083177219  |a 1103252943  |a 1104439537  |a 1129358105  |a 1179128093  |a 1202562131  |a 1227640377  |a 1240526891  |a 1255738977  |a 1300621553 
020 |a 9781491935552  |q (electronic bk.) 
020 |a 1491935553  |q (electronic bk.) 
020 |a 1491935561 
020 |a 9781491935569 
020 |z 1565924150 
020 |z 9781565924154 
029 1 |a AU@  |b 000071511299 
029 1 |a HEBIS  |b 291458750 
035 |a (OCoLC)54116247  |z (OCoLC)606560029  |z (OCoLC)608490537  |z (OCoLC)729550645  |z (OCoLC)748108356  |z (OCoLC)759512196  |z (OCoLC)1083177219  |z (OCoLC)1103252943  |z (OCoLC)1104439537  |z (OCoLC)1129358105  |z (OCoLC)1179128093  |z (OCoLC)1202562131  |z (OCoLC)1227640377  |z (OCoLC)1240526891  |z (OCoLC)1255738977  |z (OCoLC)1300621553 
042 |a dlr 
050 4 |a QA76.625  |b .R64 2001 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.2/76  |2 21 
084 |a 54.62  |2 bcl 
049 |a UAMI 
100 1 |a Roff, Jason T. 
245 1 0 |a ADO ActiveX data objects /  |c Jason T. Roff. 
260 |a Beijing ;  |a Cambridge, MA :  |b O'Reilly & Associates,  |c 2001. 
300 |a 1 online resource (xiii, 601 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Print version record. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
505 0 |a Table of Contents -- Preface -- Introduction and Organization -- Part I: Learning ADO -- Part II: Reference Section -- Part III: Appendixes -- About the Book -- Audience -- Conventions Used in This Book -- Comments and Questions -- Acknowledgments -- I Learning ADO -- Introduction to ADO -- ADO in Context: Universal Data Access -- ODBC -- Jet/DAO -- RDO -- ODBCDirect -- OLE DB -- ADO -- RDS -- Putting It All Together -- ADO and COM: Language Independence -- COM -- ADO and COM -- When to Use ADO -- Summary -- The ADO Architecture 
505 8 |a An Overview of the ADO ArchitectureADO Components -- The Connection Object -- The Command Object -- The Parameters collection and the Parameter object -- The Recordset Object -- The Fields collection and the Field object -- The Record Object -- The Stream Object -- The Properties Collection and the Property Object -- The Errors Collection and the Error Object -- Summary -- Accessing ADO with Various Languages -- Accessing ADO with Visual Basic -- Referencing ActiveX Data Objects -- Creating ActiveX Data Objects -- Using ADO with Visual Basic: An Example 
505 8 |a Accessing ADO with Visual C++Referencing ActiveX Data Objects -- Creating ActiveX Data Objects -- Using ADO with Visual C++: An Example -- Accessing ADO with Visual J++ -- Referencing ActiveX Data Objects -- Creating ActiveX Data Objects -- Using ADO with Visual J++: An Example -- Accessing ADO with VBScript -- Referencing ActiveX Data Objects -- Creating ActiveX Data Objects -- Using ADO with VBScript: An Example -- Accessing ADO with JScript -- Referencing ActiveX Data Objects -- Creating ActiveX Data Objects -- Using ADO with JScript: An Example 
505 8 |a SummaryThe Connection Object -- Opening and Closing a Connection: Implicit Versus Explicit -- Opening a Connection -- Closing a Connection -- Configuring Connections -- Working with Connection Strings -- Working with Data Source Names -- Installing the DSNs -- Opening a connection with a DSN -- Setting Connection Options -- Default database -- Data-access permissions -- Timeout setting -- Cursor location -- Determining ADO Version Number and Connection State -- Choosing a Data Provider -- Executing Commands -- The Execute Method 
505 8 |a The CommandTimeout PropertyManaging Multiple Transactions -- Starting a Transaction: The BeginTrans and CommitTrans Methods -- Canceling a Transaction: The RollbackTrans Method -- Nesting Transactions -- Setting Transaction Options -- Automatic creation of new transactions -- Isolation level -- Determining the Layout of Your Data Source -- Summary -- The Recordset Object -- Cursors: Viewing a Recordset -- Dynamic Cursor -- Keyset Cursor -- Static Cursor -- Forward-Only Cursor -- CursorType Example -- Working with Recordsets -- The Open Method 
546 |a English. 
520 |a Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an introduction and a complete reference to ADO (ActiveX Data Objects), Microsoft's universal data access solution. You'll learn how to easily access data in multiple formats--such as email messages, Access databases, Word documents, and SQL databases--even on different platforms, without spending extra time learning every last detail about each format.Author Jason Roff shows by example how to use ADO with your programming language of choice to save programming time, so you can concentrate on the content and quality of your application rather than the nitty-gritty of specific data formats. ADO: ActiveX Data Objects includes: Chapters dedicated to the Connection, Recordset, Field, and Command objects and the Properties collection A complete, detailed reference listing every ADO object, method, property, and event, in convenient alphabetical order Chapters on ADO architecture, data shaping, the ADO Event Model An appendix containing enumeration tables used by ADO objects and collections, listed alphabetically Brief introductions to RDS, ADO.NET, and SQL ADO: ActiveX Data Objects is a versatile one-stop guide to both the theory and practice of programming with ADO through Version 2.6. The thorough reference section and topic-specific chapters will help you find quick answers about the details of objects, collections, methods, and properties of ADO. And the abundance of practical code examples will give you a good grasp of how to use ADO's strong points most effectively. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a ActiveX. 
630 0 6 |a ActiveX (Logiciel) 
630 0 7 |a ActiveX.  |2 fast  |0 (OCoLC)fst01386535 
650 0 |a Internet programming. 
650 0 |a Web sites. 
650 6 |a Programmation Internet. 
650 6 |a Sites Web. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a Web sites.  |2 fast  |0 (OCoLC)fst01173248 
650 1 7 |a ActiveX.  |2 gtt 
650 1 7 |a Gegevensbeheer.  |2 gtt 
776 0 8 |i Print version:  |a Roff, Jason T.  |t ADO ActiveX data objects.  |d Beijing ; Cambridge, MA : O'Reilly & Associates, 2001  |z 1565924150  |w (DLC) 2001033138  |w (OCoLC)46641980 
856 4 0 |u https://learning.oreilly.com/library/view/~/1565924150/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1003393 
938 |a Internet Archive  |b INAR  |n adoactivexdataob0000roff 
994 |a 92  |b IZTAP