OLEDBConnection Or SQLConnection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JO

    #1

    OLEDBConnection Or SQLConnection

    hello,
    is there a difference in speed between OLEDBConnection and
    SQLConnection

    bye,


    ############### ############### ############### ############### ######
    bonjour,
    existe t'il une différence de rapidite entre une connection
    OLEDBConnection et une connection SQLConnection ?

    merci


  • Paul Clement

    #2
    Re: OLEDBConnection Or SQLConnection

    On Wed, 14 Mar 2007 09:11:05 +0100, JO <nospam@nospam. frwrote:

    ¤ hello,
    ¤ is there a difference in speed between OLEDBConnection and
    ¤ SQLConnection
    ¤

    If you're asking whether the native .NET SQL Server library offers better performance than the .NET
    OLEDB library (using the SQL OLEDB Provider) the answer is yes.


    Paul
    ~~~~
    Microsoft MVP (Visual Basic)

    Comment

    Working...