<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d17569914\x26blogName\x3dAny+Arb+Stuff\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://bossmanthe.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://bossmanthe.blogspot.com/\x26vt\x3d-2890284097217351463', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
 

Everything you wanted to know about Connection Strings (and were afraid to ask)



Andrew (http://andrewtjackson.blogspot.com/) sent me a cool link to a site which deals exclusively with all the settings in Connection Strings.

Connection strings are used by programmers to connect to databases and there can be a bewildering array of settings which can affect the connection. Also, to make matters worse, each database driver has it's own unique settings.

Visit this site to find out all kinds of connection string settings for SQL Server, Oracle, Postgres, Firebird, Excel, Access, Textfiles, Lotus Notes, Exchange, DSN, UDL, AS/400 and more!! Very useful for a programmer!

http://www.connectionstrings.com/

Labels: ,

There