Click here to Skip to main content
16,005,162 members
Home / Discussions / Database
   

Database

 
GeneralRe: Modifying SQL database problem.. Pin
Jon Hulatt18-Feb-03 11:52
Jon Hulatt18-Feb-03 11:52 
GeneralRe: Modifying SQL database problem.. Pin
perlmunger18-Feb-03 12:52
perlmunger18-Feb-03 12:52 
GeneralInput and retrieve .doc in MSQL Pin
nacer_6518-Feb-03 10:40
nacer_6518-Feb-03 10:40 
GeneralRe: Input and retrieve .doc in MSQL Pin
Topper Price20-Feb-03 15:59
Topper Price20-Feb-03 15:59 
Questionhow to open binary data type for image in access Pin
Anonymous18-Feb-03 10:38
Anonymous18-Feb-03 10:38 
GeneralRow-level locking Pin
Le centriste18-Feb-03 9:46
Le centriste18-Feb-03 9:46 
GeneralFound it! Pin
Le centriste21-Feb-03 17:02
Le centriste21-Feb-03 17:02 
GeneralDB Schema Decsions Pin
Jason McBurney18-Feb-03 7:51
Jason McBurney18-Feb-03 7:51 
I am still kinda new at the database structuring stuff and I was looking for some more opinions.

Goal: to design an online inventory system, such that if I was to look up employee x I would see that he has computer Z containing video adapter y. Additionally I need to be able to look up employee x and see computer z contains windows 95. I would be nice to be able to limit the amount of information that I present to the web user, so that when he looks up employee x he sees just the basicis computer number, processor type, location, and OS type.
My thoughts:
<OL><br />
<Li>Have a list of employee that can have computer parts assigned to them.<br />
<li>Have a list of Objects that can be checked out.<br />
<li>Have a relationship between them so that one employee can have many Objects checked out.<br />
<li>Have a relationship between objects and itself so that one object can contain many other objects.<br />
</ol>

Here is where it becomes challenging, if two objects have a different set of properties(Like printers and mice) this schema would break down.
Question One Would it make sense to add these schemea chunks:
<OL><LI>A list of Properties that an object can obtain ( such as "DPI" or "mouseButtons")<LI>A relationship between Many properties and one object</OL>
This format would allow me to easily "drill down" but getting all of the information at once would be difficult...
Question Two Do you feel my Paradigm is right or wrong. How do you think I should reapproch this problem.
Question Three How would you approch this problem.
GeneralRe: DB Schema Decsions Pin
perlmunger18-Feb-03 8:37
perlmunger18-Feb-03 8:37 
GeneralUsing the ODBC Provider seamlessly Pin
Andrew Torrance18-Feb-03 5:51
Andrew Torrance18-Feb-03 5:51 
QuestionHow to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie17-Feb-03 23:49
DotNetNewbie17-Feb-03 23:49 
AnswerRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 8:04
perlmunger18-Feb-03 8:04 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 10:36
DotNetNewbie18-Feb-03 10:36 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 12:26
perlmunger18-Feb-03 12:26 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 23:05
DotNetNewbie18-Feb-03 23:05 
GeneralText Field as Identity in Access Pin
perlmunger17-Feb-03 7:55
perlmunger17-Feb-03 7:55 
GeneralBook Recommendations Pin
Mark Sanders17-Feb-03 4:46
Mark Sanders17-Feb-03 4:46 
GeneralDatagrid and Dataset questions Pin
DionChen17-Feb-03 4:01
DionChen17-Feb-03 4:01 
GeneralRe: Datagrid and Dataset questions Pin
perlmunger18-Feb-03 13:05
perlmunger18-Feb-03 13:05 
GeneralDB's on Servers Pin
RichardS16-Feb-03 21:39
RichardS16-Feb-03 21:39 
GeneralRe: DB's on Servers Pin
Hesham Amin17-Feb-03 21:43
Hesham Amin17-Feb-03 21:43 
GeneralSyntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 1:41
IrishSonic16-Feb-03 1:41 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 2:12
IrishSonic16-Feb-03 2:12 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
karl_w16-Feb-03 3:17
karl_w16-Feb-03 3:17 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
David Salter16-Feb-03 10:44
David Salter16-Feb-03 10:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.