Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > Database
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-02-2007, 11:00 AM   #11
Jerry Stuckle
 
Jerry Stuckle's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

Charles Polisher wrote:
>> I am wondering whether there is a place where one can find sort of
>> industry standard/best practice database schmas for things that get
>> done repeatedly, say for examply the following:

>
> http://www.databaseanswers.org/data_models/index.htm
>


One person's ideas of some models. They're good. But they won't work
in 98% of the systems I program.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 07-02-2007, 11:00 AM   #12
Reporter
 
Reporter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

On Jul 1, 8:07 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Charles Polisher wrote:
> >> I am wondering whether there is a place where one can find sort of
> >> industry standard/best practice database schmas for things that get
> >> done repeatedly, say for examply the following:

>
> >http://www.databaseanswers.org/data_models/index.htm

>
> One person's ideas of some models. They're good. But they won't work
> in 98% of the systems I program.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


Charles, thank you very much. Those are super helpful to me.

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-02-2007, 11:00 AM   #13
Reporter
 
Reporter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

Anyone know what http message a browser sends to a server when the
server sends the browser a a WWW-Authenticate header and the user
cancels the User/Password dialog that the browser pops up?

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-02-2007, 11:00 AM   #14
Jerry Stuckle
 
Jerry Stuckle's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

Reporter wrote:
> Anyone know what http message a browser sends to a server when the
> server sends the browser a a WWW-Authenticate header and the user
> cancels the User/Password dialog that the browser pops up?
>


Try alt.html for a start. This has nothing to do with MySQL.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-02-2007, 11:00 AM   #15
Reporter
 
Reporter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

On Jul 1, 8:50 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Reporter wrote:
> > Anyone know what http message a browser sends to a server when the
> > server sends the browser a a WWW-Authenticate header and the user
> > cancels the User/Password dialog that the browser pops up?

>
> Try alt.html for a start. This has nothing to do with MySQL.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


Thank you

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-02-2007, 11:00 AM   #16
subtenante
 
subtenante's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Industry Standard Database Schemas

On Mon, 02 Jul 2007 02:39:57 -0000, gordonb.95ei9@burditt.org (Gordon
Burditt) wrote:

>It will be extremely difficult for a programmer to look at and
>understand an application requiring application-domain knowledge
>that the programmer doesn't have. For example, if he's trying to
>write a payroll system, it would be a darned good idea if he knew
>what currency is (Mr. Spock of Star Trek might have trouble with
>this if he didn't realize what the application was doing), what a
>tax is, and some knowledge of laws regarding payroll. Similarly,
>designing rocket guidance software requires that you know a little
>something about rockets and the physics behind guiding them.


And thus more philosophically, because reality doesn't fit in a grid.

Back from Aristotle with his Categories, until Kant who said the
problem was easy to solve (and in consequence put it apart) but not
solved yet, the starting point to talk about something is to
categorize it : if you want to talk about anything, you must
categorize everything.

There are also linguistical considerations, the basic example being :
"snow" is a word very hard to translate into Inuits language because
it is far too general for their every-day life - what kind of snow do
you talk about exactly ? - and translating these specific but basical
Inuits words for snow into English would require all the very
technical terms for skiing, which are not accessible to 99% of the
English speaking population.

If you want to be systematic, you'll have extra-work and you'll miss
something at the end anyways. You can have guidelines, but they will
be given by the context of your practical application - the key point
is not what you're looking at, but how the watcher will interpret it,
according to her culture (in a wide acception).
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-06-2007, 12:52 PM   #17
Nabeel
Junior Member
 
Nabeel's Avatar
 
Join Date: Jul 2007
Posts: 1
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

Nabeel is on a distinguished road
Default

Hi, This post is very informative, however I would like some specific information. If someone can help me then please send me a private message. Best Regards,
Pakistan Real Estate | Wholesale Suppliers
Wholesale Canadian Directory | Dubai Real Estate
Nabeel is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-06-2007, 4:56 PM   #18
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,002
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Quote:
Originally Posted by Nabeel View Post
Hi, This post is very informative, however I would like some specific information. If someone can help me then please send me a private message. Best Regards,
Pakistan Real Estate | Wholesale Suppliers
Wholesale Canadian Directory | Dubai Real Estate
what kind of help are you after?
MadKad is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB 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
What is your industry?! Apocc Community Chat 23 10-25-2007 9:38 AM
Industry standard connections to car audio units Brian Reay Car audio 0 06-18-2007 3:14 PM
A career in the gaming industry Angad Software Programming 4 06-12-2007 11:53 PM
[PEPr] Database::FlatFile Database deleted Ali Fazelzade Pear 0 05-20-2007 7:41 PM
IT in movie or game industry linda Website Reviews And Website Questions 1 08-02-2006 2:56 AM


Featured Websites




All times are GMT +1. The time now is 12:22 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98