databases
Results 1 to 7 of 7

Thread: databases

  1. #1
    Registered User Daniel_C's Avatar
    Join Date
    Apr 2003
    Posts
    71

    databases

    I understand a sort of database can be made for a c++ program using visual basic, since I'm fairly new to c++, could anyone clue me in on this? Or is there perhaps a way to use microsoft access? When I say databas I mean like...if you're playing a text based game you would have an inventory, though that's not quite what I'm shooting for lol. If anyone could help I would greatly appreciate it.
    Daniel

  2. #2
    Registered User DocPC's Avatar
    Join Date
    Sep 2000
    Location
    Coeur d'Alene, ID
    Posts
    2,900
    Quote Originally Posted by Daniel_C
    I understand a sort of database can be made for a c++ program using visual basic, since I'm fairly new to c++, could anyone clue me in on this? Or is there perhaps a way to use microsoft access? When I say databas I mean like...if you're playing a text based game you would have an inventory, though that's not quite what I'm shooting for lol. If anyone could help I would greatly appreciate it.
    Nope.....
    Follow this link to chat for a quicker answer!

    NooNoo, grover, Matridom, cc_penguin, Octavian, crazyman, Major Kong, and Mayet onboard.....And now starring Ya_know!

  3. #3
    Registered User Gollo's Avatar
    Join Date
    Sep 2001
    Location
    Grand Rapids, Michigan US of A
    Posts
    2,383
    Array of objects or things?
    "I feel like one of those mass murderers on death row. I never understood how the hell they got more chicks than I did. Now I know. They sold crap on eBay." -- Anonymous ebayer

    "I figured out what's wrong with life: it's other people." -- Dilbert

  4. #4
    Registered User CeeBee's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    2,494
    For c++ with VB - I highly doubt.
    If you're talking about accessing a database it can be done with almost anything as long as you have the right drivers for it.
    Protected by Glock. Don't mess with me!

  5. #5
    Registered User Daniel_C's Avatar
    Join Date
    Apr 2003
    Posts
    71
    yes, an array
    Daniel

  6. #6
    Registered User kikz's Avatar
    Join Date
    Mar 2004
    Location
    Brisbane, Australia
    Posts
    1
    I'd go for storing the details in a text file and accessing the file by basic streams, fstream etc.

  7. #7
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087
    Quote Originally Posted by kikz
    I'd go for storing the details in a text file and accessing the file by basic streams, fstream etc.
    So I'll do the welcome to windrivers line .. welcome kikz to windrivers

    & then ... what the hell is this question about huh ?

    A database is merely a collection of related data, you don't need necessarily to 'program' it, you might consider an excel spreadsheet as a database, you could call a name & address list in word a database, etc..

    Do we want to know how to use c++ to access information stored in some database ? In which case tell us what you want to read ..

    Getting the question 'straight' very often leads to more 'illuminating' answers

Similar Threads

  1. [RESOLVED] ISA server and databases
    By Samus in forum Windows NT/2000
    Replies: 4
    Last Post: June 5th, 2002, 07:03 AM
  2. Btrieve & its database's "Owner Name"
    By Bay Lynx in forum Novell
    Replies: 2
    Last Post: May 17th, 2002, 11:59 PM
  3. Replies: 3
    Last Post: July 4th, 2001, 12:13 PM
  4. [RESOLVED] IIS + databases + (possibly) SQL
    By Lowland in forum Windows NT/2000
    Replies: 3
    Last Post: March 1st, 2001, 04:30 AM

Bookmarks

Posting Permissions

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