Making it happen
ADO in Vista
It appears that the version of Microsoft ADO that ships with Vista has broken the compatibility with previous versions. The notable difference I have just found is that the ConnectionString property of the Connection object does return a modified connection string excluding the password that was set before
.
So beware of code that initialize a new connection based on the connection string of an existing connection – it will stop working in Vista.
| Print article | This entry was posted by andrei on April 25, 2007 at 2:48 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
