开发者

Case Sensitivity Of Datasource Names

All,

I Have a small confusion about Case sensitivity of ODBC DSN names. Say, you have configured a DSN in your machine开发者_开发知识库 with lower case "serverabcd" but in the web.config it's written in upper case "SERVERABCD".

Does that make for a problem OR does the DSN get resolved properly. Any idea?

Thanks.


No. ODBC DSN names are not case sensitive.

You can easily test this by running odbcad32.exe from your command line. Attempt to create a new DSN connection with the same name, but different case, as an existing connection. You'll be notified that the DSN you're trying to create already exists and whether or not you want to overwrite it.


DSN aren't case sensitive so it will be resolved properly !

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜