CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2002
    Posts
    28

    Databaseprogramming in Dialogs

    Hello!

    Can anyons give me an good example how to use ADO or ODBC in a Dialog? I am a beginner!
    I use the book teach in 21 days but these ado tutorial dont work in an dialog! Hope anyone can help me!

    Thanks

  2. #2
    Join Date
    Aug 2000
    Location
    Pgh, PA, USA
    Posts
    134
    For ODBC...

    http://msdn.microsoft.com/library/de...pplication.asp

    and...

    titled...Customizing the Dialog Template for the Section Form

    http://msdn.microsoft.com/library/de...ction_form.asp

    (hoping the links work).

    Hope this helps!
    Last edited by Jeff Hilss; April 23rd, 2003 at 02:31 PM.

  3. #3
    Join Date
    May 2002
    Posts
    511
    This should be very close to what you need.

    Instead of afxdao.h though you use afxdb.h for ODBC.

    http://www.codeguru.com/mfc_database/DialogDb.shtml

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured