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...
Saved in:
Main Author: | |
---|---|
Other Authors: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Birmingham, UK :
Packt Pub.,
©2007.
|
Series: | From technologies to solutions.
|
Subjects: | |
Online Access: | DE-862 DE-863 |
Summary: | 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. |
Physical Description: | 1 online resource (v, 313 pages) : illustrations |
ISBN: | 9781847191977 1847191975 1281252549 9781281252548 1847191967 9781847191960 |
Staff View
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn319546922 | ||
003 | OCoLC | ||
005 | 20250103110447.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 |d OCLCO |d OCLCL | ||
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 | ||
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 | 7 | |a 005.75/85 |2 22 | |
049 | |a MAIN | ||
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. | |
630 | 0 | 0 | |a Oracle (Computer file) |0 http://id.loc.gov/authorities/names/n91015760 |
630 | 0 | 0 | |a Microsoft Visual studio. |0 http://id.loc.gov/authorities/names/n98043868 |
630 | 0 | 7 | |a Microsoft Visual studio |2 fast |
630 | 0 | 7 | |a Oracle (Computer file) |2 fast |
650 | 0 | |a Relational databases. |0 http://id.loc.gov/authorities/subjects/sh86007768 | |
650 | 0 | |a Parallel processing (Electronic computers) |0 http://id.loc.gov/authorities/subjects/sh85097826 | |
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 | |
650 | 7 | |a Relational databases |2 fast | |
700 | 1 | |a Paruchuri, Sunitha. | |
758 | |i has work: |a ODP.NET Developers̕ Guide (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXGm36CTvFJ4CTmxyrHvvw |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
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. |0 http://id.loc.gov/authorities/names/no2008038412 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266787 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266787 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Record in the Search Index
DE-BY-FWS_katkey | ZDB-4-EBA-ocn319546922 |
---|---|
_version_ | 1829094641603969024 |
adam_text | |
any_adam_object | |
author | Pulakhandam, Jagadish |
author2 | Paruchuri, Sunitha |
author2_role | |
author2_variant | s p sp |
author_facet | Pulakhandam, Jagadish Paruchuri, Sunitha |
author_role | |
author_sort | Pulakhandam, Jagadish |
author_variant | j p jp |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D3 P853 2007eb |
callnumber-search | QA76.9.D3 P853 2007eb |
callnumber-sort | QA 276.9 D3 P853 42007EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. |
ctrlnum | (OCoLC)319546922 |
dewey-full | 005.75/85 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.75/85 |
dewey-search | 005.75/85 |
dewey-sort | 15.75 285 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07360cam a2200709 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn319546922</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">090428s2007 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">N$T</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">E7B</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">B24X7</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">NLGGC</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">FEM</subfield><subfield code="d">AGLDB</subfield><subfield code="d">LIV</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">VTS</subfield><subfield code="d">WYU</subfield><subfield code="d">STF</subfield><subfield code="d">M8D</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">746499969</subfield><subfield code="a">765143019</subfield><subfield code="a">815558009</subfield><subfield code="a">823113008</subfield><subfield code="a">904555464</subfield><subfield code="a">968068166</subfield><subfield code="a">969077617</subfield><subfield code="a">1103261816</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781847191977</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1847191975</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1281252549</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781281252548</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1847191967</subfield><subfield code="q">(Perfect)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781847191960</subfield><subfield code="q">(Perfect)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781847191960</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)319546922</subfield><subfield code="z">(OCoLC)746499969</subfield><subfield code="z">(OCoLC)765143019</subfield><subfield code="z">(OCoLC)815558009</subfield><subfield code="z">(OCoLC)823113008</subfield><subfield code="z">(OCoLC)904555464</subfield><subfield code="z">(OCoLC)968068166</subfield><subfield code="z">(OCoLC)969077617</subfield><subfield code="z">(OCoLC)1103261816</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">5138708857226888840</subfield><subfield code="b">TotalBoox</subfield><subfield code="f">Ebook only</subfield><subfield code="n">www.totalboox.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.D3</subfield><subfield code="b">P853 2007eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">K</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.75/85</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pulakhandam, Jagadish.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">ODP.NET developers guide :</subfield><subfield code="b">Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET /</subfield><subfield code="c">Jagadish Chatarji Pulakhandam, Sunitha Paruchuri.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">©2007.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (v, 313 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">From technologies to solutions</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Oracle (Computer file)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n91015760</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Microsoft Visual studio.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n98043868</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Microsoft Visual studio</subfield><subfield code="2">fast</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Oracle (Computer file)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Relational databases.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh86007768</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Parallel processing (Electronic computers)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85097826</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Bases de données relationnelles.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Parallélisme (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Parallel processing (Electronic computers)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Relational databases</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Paruchuri, Sunitha.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">ODP.NET Developers̕ Guide (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXGm36CTvFJ4CTmxyrHvvw</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Pulakhandam, Jagadish.</subfield><subfield code="t">ODP.NET developers guide.</subfield><subfield code="d">Birmingham, UK : Packt Pub., ©2007</subfield><subfield code="z">9781847191960</subfield><subfield code="z">1847191967</subfield><subfield code="w">(OCoLC)213867606</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">From technologies to solutions.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2008038412</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266787</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266787</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Books 24x7</subfield><subfield code="b">B247</subfield><subfield code="n">bks00025584</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10453723</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">266787</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">125254</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">3019716</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn319546922 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:36:21Z |
institution | BVB |
isbn | 9781847191977 1847191975 1281252549 9781281252548 1847191967 9781847191960 |
language | English |
oclc_num | 319546922 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (v, 313 pages) : illustrations |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Packt Pub., |
record_format | marc |
series | From technologies to solutions. |
series2 | From technologies to solutions |
spelling | Pulakhandam, Jagadish. ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / Jagadish Chatarji Pulakhandam, Sunitha Paruchuri. Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET Birmingham, UK : Packt Pub., ©2007. 1 online resource (v, 313 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file From technologies to solutions 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. 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. Print version record. Oracle (Computer file) http://id.loc.gov/authorities/names/n91015760 Microsoft Visual studio. http://id.loc.gov/authorities/names/n98043868 Microsoft Visual studio fast Oracle (Computer file) fast Relational databases. http://id.loc.gov/authorities/subjects/sh86007768 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Bases de données relationnelles. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh Parallel processing (Electronic computers) fast Relational databases fast Paruchuri, Sunitha. has work: ODP.NET Developers̕ Guide (Text) https://id.oclc.org/worldcat/entity/E39PCXGm36CTvFJ4CTmxyrHvvw https://id.oclc.org/worldcat/ontology/hasWork Print version: Pulakhandam, Jagadish. ODP.NET developers guide. Birmingham, UK : Packt Pub., ©2007 9781847191960 1847191967 (OCoLC)213867606 From technologies to solutions. http://id.loc.gov/authorities/names/no2008038412 |
spellingShingle | Pulakhandam, Jagadish ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / From technologies to solutions. 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. Oracle (Computer file) http://id.loc.gov/authorities/names/n91015760 Microsoft Visual studio. http://id.loc.gov/authorities/names/n98043868 Microsoft Visual studio fast Oracle (Computer file) fast Relational databases. http://id.loc.gov/authorities/subjects/sh86007768 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Bases de données relationnelles. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh Parallel processing (Electronic computers) fast Relational databases fast |
subject_GND | http://id.loc.gov/authorities/names/n91015760 http://id.loc.gov/authorities/names/n98043868 http://id.loc.gov/authorities/subjects/sh86007768 http://id.loc.gov/authorities/subjects/sh85097826 |
title | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / |
title_alt | Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET |
title_auth | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / |
title_exact_search | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / |
title_full | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / Jagadish Chatarji Pulakhandam, Sunitha Paruchuri. |
title_fullStr | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / Jagadish Chatarji Pulakhandam, Sunitha Paruchuri. |
title_full_unstemmed | ODP.NET developers guide : Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / Jagadish Chatarji Pulakhandam, Sunitha Paruchuri. |
title_short | ODP.NET developers guide : |
title_sort | odp net developers guide oracle database 10g development with visual studio 2005 and the oracle data provider for net |
title_sub | Oracle database 10g development with Visual Studio 2005 and the Oracle Data Provider for .NET / |
topic | Oracle (Computer file) http://id.loc.gov/authorities/names/n91015760 Microsoft Visual studio. http://id.loc.gov/authorities/names/n98043868 Microsoft Visual studio fast Oracle (Computer file) fast Relational databases. http://id.loc.gov/authorities/subjects/sh86007768 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Bases de données relationnelles. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh Parallel processing (Electronic computers) fast Relational databases fast |
topic_facet | Oracle (Computer file) Microsoft Visual studio. Microsoft Visual studio Relational databases. Parallel processing (Electronic computers) Bases de données relationnelles. Parallélisme (Informatique) COMPUTERS Data Processing. Relational databases |
work_keys_str_mv | AT pulakhandamjagadish odpnetdevelopersguideoracledatabase10gdevelopmentwithvisualstudio2005andtheoracledataproviderfornet AT paruchurisunitha odpnetdevelopersguideoracledatabase10gdevelopmentwithvisualstudio2005andtheoracledataproviderfornet AT pulakhandamjagadish oracledatabase10gdevelopmentwithvisualstudio2005andtheoracledataproviderfornet AT paruchurisunitha oracledatabase10gdevelopmentwithvisualstudio2005andtheoracledataproviderfornet |