Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Creating and maintaning a database
Name: tkwai Date: November 22, 2002 at 01:38:54 Pacific OS: Unix CPU/Ram: Bourne Shell
Comment:
i was given a task to create a simple database and also maintaining it with bourne shell. i must at least able to add, delete, search, update and also generate a report listing. i'm still new to unix so i'm really stuck right at the beginning. i dont know where to start at all. i've did some search in searh engines and found out the command ndbm and dbm that can be used. but i read the man and still can't figure it out how it works. can anyone out there please give me some pointers , links, examples or solutions to my problem? Thanks in advance.
Name: David Perry Date: November 22, 2002 at 04:29:20 Pacific
Reply:
www.mysql.com may be overkill for your current need but it is a great open source rdbms. easy to manage from a command line.
0
Response Number 2
Name: tkwai Date: November 22, 2002 at 08:54:37 Pacific
Reply:
mysql is really too much for me. i was looking at any bourne script that i can run from unix? is there any commands ?
i found this from search engine. http://www.yendor.com/programming/unix/apue/ch16.html
but then i don't know how to make it work. anyone can help me out?
0
Response Number 3
Name: David Perry Date: November 22, 2002 at 11:14:01 Pacific
Reply:
Hash tables ( probably what this lib is referring to ) are commonly used in system db tables like /etc/mail/access.db where simple keys and not lots of records are OK. Are those conditions acceptable ?
0
Response Number 4
Name: tkwai Date: November 23, 2002 at 00:04:41 Pacific
Reply:
hie david,
you got to help me out by giving more info. this is because i'm really a newbie in unix. i tried accessing the /etc/mail/access.db but i only got /etc/mail/aliases.db in here. i just want to know is there any specific commands in unix where u can create a database. and then adding datas, search,delete and update it. or do i have to write scripts for it? can someone give me examples so that i can refer to? please help a newbie here! thanks
Summary: Was this the first day of class for everyone else also? I expect that either the teacher covered the stuff in class or has provided a textbook that contains the commands. Ok, so here are some tips. T...
Summary: Hi All, I have folder and its having 4 zip files. But i wanted to find a file which in the zip file inside the folder. i want to unzip and find a particular file. how to do that. i tried to write t...
Summary: Hi, We have webserver and also a database server. solaris version is 2.7. When the webserver is loaded. when clients starts accessing the webserver and DataBase and SETOOL displays error "Listen Dropo...