Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 29-01-2010, 09:05 PM   #1 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Post Database


I want to make a database which contains the contents of DVDs OF All months issues in such a way that helps me to look for any utility easily contained in any DVD as the Digit Finder is not running on my system and showing errors.....

For this I want to make tables with Table name as of "Multimedia" or "Games" or "System" etc. with Field Names as "Jan10" or "Dec09" .......{as per months publication}

Please help me out how can i make such a database on MS Access or suggest me some other DBMS on which my problem can be sorted out easily.....

Help me out.......
Admirer Of Digit is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-02-2010, 10:04 PM   #2 (permalink)
Right Off the Assembly Line
 
krabhishek's Avatar
 
Join Date: Jan 2010
Location: Mumbai, India
Posts: 9
Default Re: Database

Quote:
Originally Posted by Admirer Of Digit View Post
I want to make a database which contains the contents of DVDs OF All months issues in such a way that helps me to look for any utility easily contained in any DVD as the Digit Finder is not running on my system and showing errors.....

For this I want to make tables with Table name as of "Multimedia" or "Games" or "System" etc. with Field Names as "Jan10" or "Dec09" .......{as per months publication}

Please help me out how can i make such a database on MS Access or suggest me some other DBMS on which my problem can be sorted out easily.....

Help me out.......
Try out MySQL. Its very simple and lightweight (and much much much much more advanced RDBMS when compared to MS Access). Its free and opensource.

As far as creating the database is concerned, its actually quite easy. You can use PHP as frontend. That way you can even put your software up on your website also if you want, else you can run it locally right out of your browser. If you are running OpenSolaris then you can install amp-dev package (it included preconfigured php and mysql) (open http://tr.im/ampdevpkg from your opensolaris box to install using web installer) and install phpMyAdmin to manage your database (http://pkg.opensolaris.org/contrib/e...ken=phpmyadmin)

If you are running linux then you can individually install mysql and php and configure it or you can install something like XAMPP for Linux.

Here are some tutorials: http://knol.google.com/k/jayadev-kam...rl65u0kyb4n/2#

phpMyAdmin: http://www.siteground.com/tutorials/...ase_manage.htm

Hope it helps.

~Abhishek
krabhishek is offline   Reply With Quote
Old 01-02-2010, 10:48 PM   #3 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Database

Or you can Digit Archives ?
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 15-02-2010, 10:49 PM   #4 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Post Re: Database

Quote:
Originally Posted by Garbage View Post
Or you can Digit Archives ?
digit archives is not wrking on my comp. please gve me a better way out.............. & My SQL is not suitable please gve something better.......................................
Admirer Of Digit is offline   Reply With Quote
Old 28-03-2010, 12:20 PM   #5 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Default Re: Database

Please help me out..................
Admirer Of Digit is offline   Reply With Quote
Old 01-04-2010, 07:43 PM   #6 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Default Re: Database

Please help me.....
Admirer Of Digit is offline   Reply With Quote
Old 06-04-2010, 07:55 PM   #7 (permalink)
Alpha Geek
 
Join Date: Jun 2009
Posts: 841
Default Re: Database

MySQL seems to be the only way
OR
You could try MS Access. Its simple and straight forward. You only need to have the right database structure in mind.

Last edited by Aspire; 10-04-2010 at 08:40 AM.
Aspire is offline   Reply With Quote
Old 09-04-2010, 04:04 AM   #8 (permalink)
In The Zone
 
Tron91's Avatar
 
Join Date: Feb 2010
Location: Guwahati
Posts: 330
Default Re: Database

Try fiddling with MS Access. Its simple and straight forward. You only need to have the right database structure in mind. You will need to put one field for storing the software version too! That one will be a bit messy. For example you might need to search for version 2.3.123.789 or 1.03! Figure that out!
__________________
-- I am Old! I may be Primitive! But still I Rock! --

Intel C2D E7200 1.59 GHz, 2.53 GHz :: PIII Xeon :: 2 GB :: 250 GB + 320 GB HD
Tron91 is offline   Reply With Quote
Old 11-04-2010, 09:19 PM   #9 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Default Re: Database

Quote:
Originally Posted by Tron91 View Post
Try fiddling with MS Access. Its simple and straight forward. You only need to have the right database structure in mind. You will need to put one field for storing the software version too! That one will be a bit messy. For example you might need to search for version 2.3.123.789 or 1.03! Figure that out!
Ya, i tried it but the problem comes is that there are 100s of softwares in each digit magazine....

And the copy paste option from the site to MS Access does nt works......

And if we will export it through copying in Notepad & importing then the softwares will be arranged only in one coloumn...

Whereas i want that the softwares in each coloumn would be of one type eg. in one coloumn all softwares related to internet, & so on....

Please gve me a good way... out....
Admirer Of Digit is offline   Reply With Quote
Old 13-06-2010, 06:44 PM   #10 (permalink)
Broken In
 
Admirer Of Digit's Avatar
 
Join Date: Dec 2009
Posts: 116
Default Re: Database

Please help me out./..........
Admirer Of Digit is offline   Reply With Quote
Old 13-06-2010, 11:23 PM   #11 (permalink)
Alpha Geek
 
Join Date: Jun 2009
Posts: 841
Default Re: Database

no access or frontpage on Windows 7
Time to move on to open source...............

---------- Post added at 11:23 PM ---------- Previous post was at 11:19 PM ----------

If i recall correctly, there used to be an option in the menu giving you the freedom to split the contents of a cell into multiple cells if there was a space between the words.

so what you need to do is:
1. copy the contents into a notepad file
2. import it
3. split the contents into multiple cells using that tool
Aspire is offline   Reply With Quote
Old 14-06-2010, 05:29 PM   #12 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Angry Re: Database

Quote:
Originally Posted by Admirer Of Digit View Post
Please help me out..................
Quote:
Originally Posted by Admirer Of Digit View Post
Please help me.....
Quote:
Originally Posted by Admirer Of Digit View Post
Please help me out./..........
Please don't be impatient. It looks like you are SPAMMING
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 14-06-2010, 11:41 PM   #13 (permalink)
Super Moderator
 
asingh's Avatar
 
Join Date: May 2008
Location: New Delhi
Posts: 5,548
Default Re: Database

Why are you cross posting..???

MS Access...

Just upload the XML file, will do it for you. Will take me 5-6 minutes.
__________________
MSI P45 Platinum(BIOS v1.7B)|Q9550[E0]@3.85Ghz@1.320V[453x8.5]MCH@1.184V|ICH@1.55V|DDR_V_Ref_A_B@1.05V|NH-D14|Corsair TWIN2X4096-8500C5(5-5-5-15)@1089Mhz@2.14V
2xHD4890[Xfire]@1000/900[MEM/GPU]|Corsair 650TX|Seagate180GB+80GB+WD1TB|SONY-DVD-R|CM690|2x120mm Scythe Ultra Kaze|DELL S2409W|APC 1100VA|Scythe Kaze Server
Windows 7 Ultimate RTM - 64BIT|Catalyst 10.5 (8.14.10.0753) forced with RadeonPRO|PS3 160GB|Sony 40EX520|AC Ryan POHD Mini|APC 800VA|APC 800VA|D425KT|CM100 Elite|2TB WD|Acer D255

Test your spoiler tags before submitting
asingh is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Connectivity with Oracle cooldev007 Programming 0 24-01-2010 11:11 AM
Size matters: Yahoo claims 2-petabyte database is world's biggest, busiest iinfi Technology News 7 29-05-2008 11:24 PM
One Giant Command Line MetalheadGautham Open Source 23 24-05-2008 02:31 AM
Extensions and Their Definitions Sparsh007 QnA (read only) 3 28-11-2006 07:25 PM
MySql in LINUX? paragkalra Open Source 10 17-10-2006 01:40 PM

 
Latest Threads
- by clmlbx
- by gforz
- by Who

Advertisement




All times are GMT +5.5. The time now is 04:31 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2