Thread: C++ Question needs answering

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    31

    Exclamation C++ Question needs answering

    I would like to create a program to enter a database and retrieve information, not using ODBC or ADO. Is there a way, for a CString to search an Excel document and return the value from column B if column A = CString? I might have just made the answer easier, but if you could help that would be appreciated. The Column A will be a number, and Column B will be a name. Thanks for your help.
    "Some succeed because they are destined to, others succeed because they are determined to."
    ~Anonymous

    "A shorn scrotum is quite breathtaking, I suggest you try it."
    ~Dr. Evil

    EMT/Firefighter
    Eagle Scout

  2. #2
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    A search on google brings up this
    http://www.google.com/search?q=acces...+using+C%2B%2B

    but theres nothing incredibly useful

    can you use sql, with sql it would be much easier
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM