If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > Database Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #16 (permalink)  
Old 09-20-10, 20:53
belask belask is offline
Registered User
 
Join Date: Sep 2010
Posts: 27
Quote:
Originally Posted by mike_bike_kite View Post
You don't need SQL to do what you state but wouldn't your system be better if it could hold details on:
  • The author of a given poem
  • The different styles of poem
  • The different periods when the poetry was produced
  • Links to similar poems or poets
  • Users of the system
  • Feedback on poems from users
... in other tables.
Temptation is getting better of me

Yeah i have decided, i will stick with SQL. I already have coded a test poem site with it. It's working fine except for a few problems regarding Unicode characters and line breaks in poems. I will raise these problems in another thread.
Reply With Quote
  #17 (permalink)  
Old 09-21-10, 16:03
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
In that case, I highly suggest reading up on basic relational concepts. Rudy, one of our forum goers, has a good write up here:

Fundamentals of Relational Database Design -- r937.com
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #18 (permalink)  
Old 02-08-11, 21:40
belask belask is offline
Registered User
 
Join Date: Sep 2010
Posts: 27
Quote:
Originally Posted by Teddy View Post
In that case, I highly suggest reading up on basic relational concepts. Rudy, one of our forum goers, has a good write up here:

Fundamentals of Relational Database Design -- r937.com
Thanks Teddy, i have comeback here after a long time because now i think i will be needing relational tables very soon. Let me check the link you gave.
btw during this time i have gained some command in using sql, php & mysql. so the problem, because of which i started this thread, has been solved. Thank you guys.
Reply With Quote
  #19 (permalink)  
Old 02-09-11, 03:21
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
Use a realtional database
I think you possibly misunbderstand the separation between the storage / manipualtion of the data and the presentation of the data. there are some tools thast can blur the dividing line such as MS Access and Filemaker which allow you to write a front end to view data which is stored elsewhere anbd pure databse engines which 'just' store the data, ranging from MySQL, MS SQL server, DB2 and so on. there are some other similiar to Access/JET storage mechanisms such as SQL Lite. ig you use a server storage mechanms then you need a corresponding front end to view the data. yes all the db's come with a command line tool or GUI tool or both which allow you to view the data in virtually any form you want. heck you can either extract the data from the db using XML or write a query that generates the XML tags anbd view the resulting text in a browser.

Personally I wouldn't use a non realtionl db to store 'stuff' unless it had special needs (eg an embedded db, on non related data, and I dont' come accross a great deal of that.

who ever suggested a flat file was I suspect not being serious.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #20 (permalink)  
Old 02-09-11, 18:53
belask belask is offline
Registered User
 
Join Date: Sep 2010
Posts: 27
Quote:
Originally Posted by healdem View Post
Use a realtional database
I think you possibly misunbderstand the separation between the storage / manipualtion of the data and the presentation of the data. there are some tools thast can blur the dividing line such as MS Access and Filemaker which allow you to write a front end to view data which is stored elsewhere anbd pure databse engines which 'just' store the data, ranging from MySQL, MS SQL server, DB2 and so on. there are some other similiar to Access/JET storage mechanisms such as SQL Lite. ig you use a server storage mechanms then you need a corresponding front end to view the data. yes all the db's come with a command line tool or GUI tool or both which allow you to view the data in virtually any form you want. heck you can either extract the data from the db using XML or write a query that generates the XML tags anbd view the resulting text in a browser.

Personally I wouldn't use a non realtionl db to store 'stuff' unless it had special needs (eg an embedded db, on non related data, and I dont' come accross a great deal of that.

who ever suggested a flat file was I suspect not being serious.
thanks but this issue has been solved, i have been using mysql for quite some time. Couldn't find a way to mark this thread as solved
Reply With Quote
  #21 (permalink)  
Old 02-10-11, 09:19
MCrowley MCrowley is offline
Wage drone 24601
 
Join Date: Jan 2003
Location: Massachusetts
Posts: 4,899
Pfft. As if we ever solve anything here... ;-)
Reply With Quote
  #22 (permalink)  
Old 02-10-11, 11:15
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,979
Here, there, or anywhere. I just keep the barbarians at the gates out of the castle.
__________________
software development is where smart people go to waste their lives
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On