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 !
精彩评论