Database Sample (Repeater Frequency Index) | CodeGuru

Database Sample (Repeater Frequency Index)

This program is a database intensive application, which demonstrates the following topics regarding the manipulation of a Microsoft JET database using the MFC DAO database classes: Reading a JET database Sorting a recordset Filtering a recordset Searching a recordset Adding records Deleting records Editing/Updating records Dynamically building an SQL query In addition to MFC DAO […]

Written By
CodeGuru Staff
CodeGuru Staff
Aug 8, 1998
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

This program is a database intensive application,
which demonstrates the following topics regarding
the manipulation of a Microsoft JET database using
the MFC DAO database classes:

  1. Reading a JET database
  2. Sorting a recordset
  3. Filtering a recordset
  4. Searching a recordset
  5. Adding records
  6. Deleting records
  7. Editing/Updating records
  8. Dynamically building an SQL query

In addition to MFC DAO database access, this app
demonstrates tray icon notification, subclassing
the standard MFC List Control, and a Splash Screen.

I am releasing this app
into the public domain with no restrictions, however,
portions of this program are Copyright as described:

Module : CTrayNotifyIcon
Purpose: Interface for a MFC class to encapsulate
Shell_NotifyIcon
Created: PJN / NOTSHELL/1 / 14-05-1997
Copyright (c) 1997 by PJ Naughter.
All rights reserved.

You may wish to make note of this persons efforts on the
page.

This program has not been released previously, however,
was intended for release to a specific target audience
(HAM radio operators), and will continue to be updated
and distributed (as soon as I figure out how to do it)
as public domain software.

Download Files The zip file is 55K.

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.