Dynamic Connection Strings This blog post details a solution to the common problem of dynamically setting connection strings. The approach used allows end-users to change database connections at runtime through a friendly user interface, and save the connection for future uses. Provided with this post...
A Visual SQL Query Designer Download demo project - 48 KB Download source (C#) - 85 KB Download source (VB) - 81 KB Introduction This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OleDb connection string. The designer is similar...
Introduction This article describes the implementation of C1DBSpellChecker , a utility that performs spell-checking on OleDb databases including SqlServer and Access. After reading this article, you will be able to specify a connection string, and then select a table and one or more string fields on...