Cargando…

ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET /

This is a practical guide for developers working with the Oracle Data Provider for .NET (ODP.NET) using VB.NET. From introducing ODP.NET and programming with ODP.NET to application development using ODP.NET and on to discussing Oracle Developer Tools for Visual Studio 2005, this book covers the impo...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pulakhandam, Jagadish
Otros Autores: Paruchuri, Sunitha
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., ©2007.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn319546922
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 090428s2007 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d IDEBK  |d OCLCQ  |d E7B  |d OCLCQ  |d B24X7  |d OCLCQ  |d OCLCF  |d NLGGC  |d YDXCP  |d OCLCQ  |d COO  |d OCLCQ  |d FEM  |d AGLDB  |d LIV  |d OCLCQ  |d OCLCO  |d VTS  |d WYU  |d STF  |d M8D  |d VT2  |d OCLCO  |d OCLCQ 
019 |a 746499969  |a 765143019  |a 815558009  |a 823113008  |a 904555464  |a 968068166  |a 969077617  |a 1103261816 
020 |a 9781847191977  |q (electronic bk.) 
020 |a 1847191975  |q (electronic bk.) 
020 |a 1281252549 
020 |a 9781281252548 
020 |a 1847191967  |q (Perfect) 
020 |a 9781847191960  |q (Perfect) 
020 |z 9781847191960 
029 1 |a AU@  |b 000044594914 
029 1 |a AU@  |b 000051399291 
029 1 |a DEBBG  |b BV043134668 
029 1 |a DEBSZ  |b 422017140 
035 |a (OCoLC)319546922  |z (OCoLC)746499969  |z (OCoLC)765143019  |z (OCoLC)815558009  |z (OCoLC)823113008  |z (OCoLC)904555464  |z (OCoLC)968068166  |z (OCoLC)969077617  |z (OCoLC)1103261816 
037 |a 5138708857226888840  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a QA76.9.D3  |b P853 2007eb 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a K  |2 bicssc 
082 0 4 |a 005.75/85  |2 22 
049 |a UAMI 
100 1 |a Pulakhandam, Jagadish. 
245 1 0 |a ODP.NET developers guide :  |b Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET /  |c Jagadish Chatarji Pulakhandam, Sunitha Paruchuri. 
246 3 0 |a Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET 
260 |a Birmingham, UK :  |b Packt Pub.,  |c ©2007. 
300 |a 1 online resource (v, 313 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 
490 1 |a From technologies to solutions 
505 0 |a Cover -- TOC36;Table of Contents -- Preface -- CH36;Chapter 158; Introduction to ODP46;NET -- Introduction to ODP46;NET -- Why Use ODP46;NET63; -- Oracle Database Access from 46;NET Applications -- What Do We Require to Work with ODP46;NET63; -- Introduction to Oracle Database Extensions for 46;NET -- Oracle Database Extensions for 46;NET -- Introduction to Oracle Developer Tools for Visual Studio -- Summary -- CH36;Chapter 258; Connecting to Oracle -- Provider45;Independent Model in ADO46;NET 246;0 -- Listing All 46;NET Data Providers Installed -- Enumerating all Oracle Data Sources Available -- Connecting to Oracle Databases from 46;NET -- Connecting Using 46;NET Data Provider Factory Classes -- Connecting Using 46;NET Data Provider for OLEDB -- Connecting Using 46;NET Data Provider for ODBC -- Connecting using Microsoft39;s 46;NET Data Provider for Oracle -- Connecting Using Oracle Data Provider for 46;NET 40;ODP46;NET41; -- Connecting with Connection Pooling -- Connecting with System45;Level Privileges or DBA Privileges -- Dynamic Connecting String Using OracleConnectionStringBuilder and app46;config -- Embedding a 34;tnsnames46;ora34; Entry45;like Connection String -- Connecting to a Default Oracle Database -- Connecting Using Windows Authentication 40;Single Sign45;On41; -- Summary -- CH36;Chapter 358; Retrieving Data from Oracle Using ODP46;NET -- Fundamental ODP46;NET Classes to Retrieve Data -- Retrieving Data Using OracleDataReader -- Retrieving a Single Row of Information -- Using 34;Using34; for Simplicity -- Retrieving Multiple Rows on to the Grid -- Pulling Information Using Table Name -- Retrieving Typed Data -- Working with Data Tables and Data Sets -- Retrieving Multiple Rows into a DataTable Using OracleDataAdapter -- Filling a DataTable Using OracleDataReader -- Retrieving a Single Row of Information Using OracleDataAdapter -- Working with DataTableReader -- Populating a Dataset with a Single Data Table -- Populating a Dataset with Multiple Data Tables -- Presenting Master45;Detail Information Using a Dataset -- More About the OracleCommand Object -- Retrieving a Single Value from the Database -- Techniques to Improve Performance while Retrieving Data -- Summary -- CH36;Chapter 458; Manipulating Data in Oracle Using ODP46;NET -- Executing DML or DDL Statements Using OracleCommand -- Using INSERT with OracleCommand -- Using UPDATE with OracleCommand -- Using DELETE with OracleCommand -- Multiple Inserts Using Statement Caching -- Multiple Inserts Using Array Binding -- Creating an Oracle Table Dynamically Using ODP46;NET -- Updating Offline Data to the Database Using OracleDataAdapter -- Working with OracleCommandBuilder and OracleDataAdapter -- Working with Transactions Using ODP46;NET -- Handling Oracle Errors and Exceptions -- Displaying a Single or First Error -- Displaying Multiple Errors -- Summary -- CH36;Chapter 558; Programming ODP46;NET with PL47;SQL -- Working with Anonymous PL47;SQL Blocks -- Executing Anonymous PL47;SQL Blocks -- Passing Information to Anonymous PL47;SQL Blocks -- Retrieving Information from Anonymous Blocks -- Working with PL47;SQL Stored Procedures and Functions -- Executing a PL47;SQL Stored Procedure -- Passing Parameter Values to a PL47;SQL Stored Procedure -- Using an. 
520 |a This is a practical guide for developers working with the Oracle Data Provider for .NET (ODP.NET) using VB.NET. From introducing ODP.NET and programming with ODP.NET to application development using ODP.NET and on to discussing Oracle Developer Tools for Visual Studio 2005, this book covers the important aspects of ODP.NET. The book is written for professional .NET developers who need to work with and take full advantage of Oracle Database 10g using Visual Studio 2005. Developers are expected to be familiar with Visual Basic.NET 2005 and have minimum knowledge of Oracle SQL and PL/SQL. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Oracle (Computer file) 
630 0 0 |a Microsoft Visual studio. 
630 0 7 |a Microsoft Visual studio.  |2 fast  |0 (OCoLC)fst01389599 
630 0 7 |a Oracle (Computer file)  |2 fast  |0 (OCoLC)fst01363816 
650 0 |a Relational databases. 
650 0 |a Parallel processing (Electronic computers) 
650 6 |a Bases de données relationnelles. 
650 6 |a Parallélisme (Informatique) 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Parallel processing (Electronic computers)  |2 fast  |0 (OCoLC)fst01052928 
650 7 |a Relational databases.  |2 fast  |0 (OCoLC)fst01093575 
700 1 |a Paruchuri, Sunitha. 
776 0 8 |i Print version:  |a Pulakhandam, Jagadish.  |t ODP.NET developers guide.  |d Birmingham, UK : Packt Pub., ©2007  |z 9781847191960  |z 1847191967  |w (OCoLC)213867606 
830 0 |a From technologies to solutions. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266787  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00025584 
938 |a ebrary  |b EBRY  |n ebr10453723 
938 |a EBSCOhost  |b EBSC  |n 266787 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 125254 
938 |a YBP Library Services  |b YANK  |n 3019716 
994 |a 92  |b IZTAP