开发者

Please help me with database connection types in Windows

Sorry for a badly-phrased question. I have a requirement coming from a non-technical person that I need to make sense of. I am basically told: "Here use 'Driver={SQL Server};Server=SERVERNAME\INSTANCENAME;Database=DATABASENAME;Uid=UNAME;Pwd=PASSWORD;'; and here use Server=SERVERNAME\INSTANCENAME;Database=DATABASENAME;Uid=UNAME;Pwd=PASSWORD;';.

I am getting no additional help here.

While this seems to miraculously fix a bug, I want to understand what is it that I am changing, so I can leave a proper comment for the next developer, plus I can structure the code and name variables differently, depending on the meaning of the change.

The work revolves around ASP.net, reporting, SQL Server 2008.

Please give me some examples about when you would use one connection string over another. Feel free to edit the question if you can see a way to improve it.

When can you lose 开发者_运维百科a 'Driver={SQL Server};?

Thank you.

EDIT: SQL Server 2008 is the target database, but other can be used ... or maybe will be used in the future.


www.connectionstrings.com is your friend here. You will find a large explanation on almost any connection string that you can think of.


A good resource you may want to read up on is: connectionstrings.com

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜