Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 25th, 2005, 05:22 PM
Registered User
 
Join Date: Jan 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Which connection type should I use?

I'm using an oracle database and VS2005. Which connection type should I be using to get the best results in my queries: odbc, dsn, oledb? and should I use native oracle connections or microsoft for oracle?

Also...is there a way to use the GUI in VS2005 to select the fields in sql statement, rather than having to specify sql statement manually. The GUI works perfectly for SQLServer...

GREG LANDGRAF
APPLICATION EXPERT
Computerized Facility Integration (CFI)
20 N Wacker Drive, Suite 2600, Chicago, IL 60601
OFFICE:  312.236.2323 x 6854
MOBILE: 847.721.3027
FAX:       &nbs p;312.236.2336
EMAIL:   [email protected]
Facilities Technology - Better, Faster and Cheaper!
 
Old February 2nd, 2005, 12:45 PM
Authorized User
 
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to evandro.paula
Default

OleDb was sanctioned to Oracle and Access databases by Microsot, but don't forget this data provider it more generic (it has to manage 2 different databases), so you're going to get a lower performance.
In order to get a best performance in your application, you should use the .NET Framework Data Provider for Oracle.
It can be downloaded through the address: http://www.microsoft.com/downloads/d...displaylang=en





Similar Threads
Thread Thread Starter Forum Replies Last Post
ADODB.Connection user-defined type not defined Wall st Guru Excel VBA 2 March 26th, 2014 03:44 PM
Guidelines Item 3: Replace System.Type with Type Ixtlia BOOK: Professional .NET 2.0 Generics 0 August 19th, 2007 04:09 AM
DB connection with Oracle using all 4 type drivers prakash.suthar Java Basics 1 March 21st, 2006 12:13 AM
Convert "String" type to "Control" type ? kishore_peddi C# 4 January 11th, 2006 01:21 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.