|
-
Sep 19th, 2000, 08:35 PM
#1
Is there anyway i can use a datbase in DOS C++, and if so, how?
-
Aug 1st, 2003, 04:00 PM
#2
Fanatic Member
You can read a database using C++, but depending on the format of the database and what you are going to do with it, it might be better to use VB.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Aug 2nd, 2003, 01:53 PM
#3
Hyperactive Member
What if you made a MORPG in C and you wanted to write and read data from a database? Is there any specific way to do it in C?
-
Aug 2nd, 2003, 08:59 PM
#4
Frenzied Member
Back in DOS days, "databases" like dBase had interfaces like Clipper. These provided calls you could make for low level languages like Turbo C++. There also were libraries available for things like UserBase and Sbase, etc. These were part of the Vermont Tools library, for example. Lattice C (Waite C & C++)also had toolkits.
If you could tell us what database you're trying to mess with, maybe I can scrounge up a link library (toolkit)
-
Aug 3rd, 2003, 03:52 PM
#5
Fanatic Member
You could always make your own data files, albeit a little primitive. I suggest using the ifstream if you are jsut reading it in, otherwise go with fstream.
NOTE: I doubt that the original poster is going to answer. The post is a little old.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Aug 3rd, 2003, 04:29 PM
#6
Monday Morning Lunatic
A poster that's not even in the database anymore.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|