Forum: Database Design Jan 24th, 2006 |
| Replies: 2 Views: 3,064 erm, paradox is a universal database reader?? the acctual database is certain supported types.. ie sql or mdb.. you'd use the DB file using a database connection string (ado, ODBC etc etc) to... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 4 Views: 2,819 if this is a web based database (which i got the impression from) then there's no real point in using vb or c or to be honnest anything other than asp/php &html as they'll only be un usable or... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 4 Views: 2,819 ok it looks to me, like you will have 1 table for persons information,
1 table for cars information this will allow for each person to have more than one car (grrr to people who say one table)... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 1 Views: 2,879 if no 2 tables are or would be used together then they don't need to be linked
ie if u have a lookup table(a list)
also remember don't do many to many as it means your normalisation is... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 5 Views: 1,934 infact here is your answer
http://computing.arizona.edu/help/email/pine/pineaddressbook.html |
Forum: Database Design Jan 24th, 2006 |
| Replies: 5 Views: 1,934 did you say you're using the pine email client? if so.. that'll be an intresting solution to information from a remote database to the to: cc: or bcc: fields, look through your pine help manual it... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 2 Views: 2,694 erm.. Norminalisation??
there should probably be 1 database with a number of tables in it,
erm are there any replicacted entries or empty entries? if so please normalise the database before you... |
Forum: Database Design Jan 24th, 2006 |
| Replies: 2 Views: 6,221 ok i've done this in the past.. can't remember exactly how it's done but if you look through your date functions you will see that to add 1 day to your date you simply +1 so put in an if statement... |
Forum: Database Design Apr 7th, 2004 |
| Replies: 5 Views: 4,718 ok im guessing that you want to make it so when you run a report it prints all of the records that Are of a specific Body shell, and are NOT rented between certain dates?
This means you are... |