CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Arizona, U.S.A.
    Posts
    101

    ODBC Without any of the fancy stuff

    I would like to create a C++ program that collects data from an ODBC data source that I have created. However, I don't need any of the dialogs, document views or any of the visual stuff. It will need to collect specific data and write it to an ASCII text file. I know how to write C, but C++ and Visual C++ are new to me. So any help in the form of C++ sample code with the ODBC stuff referenced would be VERY helpful. Thank You for reading this!
    Help! Please!
    Charlie

    Everything is Free Until You Have to Pay for it....

    Platform is Windows 2000/XP Professional, Visual C++ 6.0

  2. #2
    Join Date
    May 1999
    Location
    Arizona, U.S.A.
    Posts
    101

    Re: ODBC Without any of the fancy stuff

    Thanks to anyone that thought to answer this, but I have figured it out!

    Charlie

    Everything is Free Until You Have to Pay for it....

    Platform is Windows 2000/XP Professional, Visual C++ 6.0

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