|
-
Jan 24th, 2000, 11:13 AM
#1
Thread Starter
Hyperactive Member
Is there a way to make a data base and use these manipulations without using access or other program.
I guess I am just wanting to code my own data base, :-) I don't have access or anything is why, and I need to have a searchable data base. I know in C I could make a bst or other things with pointers, but all I have heard of are arrays, and arrays use static memory.
anything you can point me to, I would greatly appreciate it. Or if you have any code that I could borrow, that would be nice too.
-
Jan 24th, 2000, 11:54 PM
#2
Guru
You don't need MS Access installed to create/use an access database file....developing your own DBMS will take you quite a LONG time, and usually you'll want to avoid reinventing the wheel if at all possible
-
Jan 26th, 2000, 02:27 AM
#3
New Member
If you have the ODBC installed on your machine(just check the Control Panel) you can use a text file....yes a text file and run SQL statements in it... Pretty powerful stuff what do you think?
-
Jan 26th, 2000, 04:08 PM
#4
Lively Member
Why don't you try on XML??
You can design your own database engine which will store all the data in XML format.
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
|