Are you having problems setting up a TableAdapter that can be fed from stored procedures instead of base tables? Here is a road map to guide you to success.
Latest Stored Procedures Articles
Extracting/Copying Users and Permissions Between Databases
Learn about a pair of stored procedures that can dump all users, role memberships, and permissions in a database, or copy them from one database to another.
WinFS Basics: Working with a Data Store
Introducing the next step in information storage on the Windows platform: WinFS, an active storage platform. Learn the basic operations that you can perform on a WinFS data store.
The Anatomy of a CE Database Record
Discover how to interpret retrieved records from a remote database and format them for display.
Using Stored Procedures with ATL
Using Stored Procedures with ATL
Calling Stored Procedures
Calling Stored Procedures
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.