Limit this search to....

Pro ODP.NET for Oracle Database 11g
Contributor(s): Zehoo, Edmund (Author), Hong, Yap Wai (Author)
ISBN: 1430228202     ISBN-13: 9781430228202
Publisher: Apress
OUR PRICE:   $52.24  
Product Type: Paperback
Published: April 2010
Qty:
Additional Information
BISAC Categories:
- Computers | Databases - General
- Computers | Software Development & Engineering - General
- Computers | Programming - Microsoft
Dewey: 005.1
Series: Expert's Voice in Oracle
Physical Information: 1.2" H x 7.4" W x 9.1" (1.75 lbs) 468 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
In this chapter, you've taken a look at some of the various ways you can use to connect to an Oracle database via ODP.NET: TNS connections Connections without using TNSNames.ora Oracle's EZConnect You've also seen how you can use various connection string parameters to implement connection pooling, integrated Windows authentication, and connections with special privileges. Last, we covered the basic groundwork on TAF and its limitations and how you can ultimately enable it in your application. In the next chapter, you will take a step further and write code to transact with the Oracle database. 67 C H A P T E R 4 Retrieving and Manipulating Data with ODP.NET I was once told during a technical workshop filled with geeky programmers that "an enterprise application is only as strong as its data tier." The programmers loved catchy phrases like that. I'm not sure how true that rings, but I can definitely agree with the most of them that if you don't know your database well enough, you're going to build underperforming routines that the remaining 70 percent of your application will unfortunately be based on.