Drivers and Providers in Connection strings

Discussion in 'Classic ASP' started by Onaiggac, Jun 10, 2014.

  1. Hi.
    How to chose the correct connection string to my web application (Driver ou Provider)? What are the diferences?


    Tks.
     
  2. I use driver because that is what I learned... LOL. This is the syntax I use:

    "driver={SQL Server};Server=tcp:sql2k1201.discountasp.net;database=<<your db here>>;uid=<<your userid here>>;pwd=<<your password here>>;Connect Timeout=60;"
     

Share This Page