Hi. How to chose the correct connection string to my web application (Driver ou Provider)? What are the diferences? Tks.
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;"