| ADO.NET 2.0 Feature Matrix |
| MSDN |
| ADO.NET 2.0 includes a new base-class provider model, features for all providers, and changes to System.Data.SqlClient. Get an overview of these new features, examples of their use, and a chart of which features are provider-neutral and SqlClient-specific. |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and a first authenication mechnism based on username identifiction and password validation. |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and the easiest authentication mechanism based on username identification and password validation. |
|
| BUG: SqlConnection Presents Misleading User Interface for ConnectionString Property |
| http://www.kbalertz.com/ |
| (316321) - When you try to set the ConnectionString property for a SqlConnection object at design time, the OLEDB DataLinks dialog box permits you to select any OLE DB provider on your system to generate a connection string for the SqlConnection object. When you... |
|
| BUG: SqlConnection Presents Misleading User Interface for ConnectionString Property |
| Microsoft Support |
| (316321) - When you try to set the ConnectionString property for a SqlConnection object at design time, the OLEDB DataLinks dialog box permits you to select any OLE DB provider on your system to generate a connection string for the SqlConnection object. When you... |
|
| Connecting to an ODBC Source Through ADO.NET |
| DotNetJunkies |
| Ljubomir walks you through how to create a connection using the ODBC .NET Data Provider. |
|
| Connecting to Databases the ASP.NET Way |
| DotNetJunkies |
| This article demonstrate how to connect to databases using the three .NET Data Providers - SQL, OleDb, and ODBC - It has contains a page that demonstrates a performance comparison between the three and links to other performance comparisons. |
|
| Connecting to MySQL database from your .net applications. |
| The Code Project |
| A simple introduction on how to connect to an MySQL database. |
|
| FIX: The .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us" |
| http://www.kbalertz.com/ |
| (326722) - Explains that the .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us". Requires that you install a hotfix to resolve the problem. |
|
| Generic Data Provider |
| The Code Project |
| Generic Data Provider. An approach to make applications database independent. |
|
| HOW TO: BETA: Execute SQL Parameterized Stored Procedures Using the ODBC .NET Provider and Visual Basic .NET (Q309486) |
| Microsoft Support |
| Although executing a parameterized stored procedure using the ODBC .NET Provider is slightly different from executing the same procedure using the SQL or the OLE DB Provider, there is one important difference -- the stored procedure must be called using the ODBC CALL syntax rather than the name of the stored procedure. For additional information on this CALL syntax, see the page entitled "Procedure Calls" in the ODBC Programmer's Reference in the MSDN Library. |
|
| HOW TO: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual Basic .NET |
| http://www.kbalertz.com/ |
| (309486) - This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual Basic .NET. Although executing a parameterized stored procedure using the ODBC .NET Provider is slightly different from... |
|
| HOW TO: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual C++ .NET |
| http://www.kbalertz.com/ |
| (310142) - This step-by-step article describes how to call a parameterized Microsoft SQL Server stored procedure using the Open Database Connectivity (ODBC) .NET managed provider and Microsoft Visual C++ .NET. Executing a parameterized stored procedure by using... |
|
| HOW TO: Use the ODBC .NET Managed Provider in Visual Basic .NET and Connection Strings |
| http://www.kbalertz.com/ |
| (310985) - This step-by-step article describes how to use the ODBC .NET Managed Provider in Visual Basic .NET. This article also includes samples connection strings that you can use to access your data. The ODBC .NET Data Provider is an add-on component to the... |
|
| HOW TO: Use the ODBC .NET Managed Provider in Visual C# .NET and Connection Strings |
| http://www.kbalertz.com/ |
| (310988) - This step-by-step article describes how to use the ODBC .NET Managed Provider in Visual C# .NET. This article also includes samples connection strings that you can use to access your data. The ODBC .NET Data Provider is an add-on component to the... |
|
| PRB: "No Mapping Exists From DbType Object to a Known OdbcType" Error While Configuring OdbcDataAdapter |
| http://www.kbalertz.com/ |
| (816802) - When you configure the OdbcDataAdapter using the Data Adapter Configuration Wizard, you may receive the following error message after you specify the SQL query string: No mapping exists from DbType Object to a known OdbcType. |
|
| PRB: "No Mapping Exists From DbType Object to a Known OdbcType" Error While Configuring OdbcDataAdapter |
| Microsoft Support |
|
(816802) - When you configure the OdbcDataAdapter using the Data Adapter Configuration Wizard, you may receive the following error message after you specify the SQL query string: No mapping exists from DbType Object to a known OdbcType.
|
|
| PRB: "No Mapping Exists From DbType Object to a Known OdbcType" Error While Configuring OdbcDataAdapter |
| Microsoft Support |
| (816802) - When you configure the OdbcDataAdapter using the Data Adapter Configuration Wizard, you may receive the following error message after you specify the SQL query string: No mapping exists from DbType Object to a known OdbcType. |
|
| Transactions, locking and table releasing with MySQL |
| The Code Project |
| Transactions, locking and table releasing with MySQL |
|
| Using Character Encoding in ASP.NET |
| The Code Project |
| Submit your data to the OS or database server which does not support the character set. |
|
| Using the ODBC .NET Driver with Visual Studio.NET RTM |
| Egg Head Cafe |
| I've seen lots of newsgroup posts from people wanting to connect to Oracle, MySql and Postgres Databases. Fortunately, there is an ODBC driver for almost every RDBMS system out there, and Microsoft has made available their ODBC .NET Driver. However, there were at least 2 versions of it before RTM came out, and there seems to be some more than a little confusion about whether it will "work" with VS.NET RTM. |
|