Forum: Database Design 4 Days Ago |
| Replies: 3 Views: 311 Relational modeling is the logical representation of the physical relation of the DB tables. |
Forum: Database Design 27 Days Ago |
| Replies: 1 Views: 599 I will think of reading your post only if you are ready to pay for it. |
Forum: Database Design 27 Days Ago |
| Replies: 1 Views: 585 What exactly is a LAN search engine ? |
Forum: Database Design 27 Days Ago |
| Replies: 1 Views: 489 have you started working on that ? |
Forum: Database Design Oct 3rd, 2009 |
| Replies: 2 Views: 828 you want to build the database or the search functionality using any front end tool ? |
Forum: Database Design Sep 23rd, 2009 |
| Replies: 5 Views: 916 What exactly the existing product does .
You need to post more details. |
Forum: Database Design Sep 2nd, 2009 |
| Replies: 1 Views: 406 DBA job is to manage the database. |
Forum: Database Design Aug 30th, 2009 |
| Replies: 4 Views: 548 I don't think size of database is a big factor. What matters most is how complicated the design is and how easily the existing features can be implemented / migrated in the new version/database. You... |
Forum: Database Design Aug 25th, 2009 |
| Replies: 4 Views: 548 that depends on so many factors
1. are both DB compatible ?
2. are both DB directly compatible (do you need an intermediate level)?
3. Price of new S/W & H/W
4. Professional expenses. |
Forum: Database Design Aug 25th, 2009 |
| Replies: 2 Views: 679 How much you are ready to pay ? |
Forum: Database Design Aug 22nd, 2009 |
| Replies: 2 Views: 471 how both the tables are related ?
please post the structure of both the tables. |
Forum: Database Design Aug 17th, 2009 |
| Replies: 7 Views: 654 That's why i suggested to use some flag settings . |
Forum: Database Design Aug 15th, 2009 |
| Replies: 7 Views: 654 It is not advisable to store all the code into one table. but if you want store those with some flag setting . Always create index for faster access of data. |
Forum: Database Design Aug 13th, 2009 |
| Replies: 4 Views: 662 you need to say what exactly is your requirement. |
Forum: Database Design Aug 11th, 2009 |
| Replies: 1 Views: 388 What is the error code/ message ?
Power Builder is not a good alternative to Form Builder. |
Forum: Database Design Aug 11th, 2009 |
| Replies: 4 Views: 662 Nothing is clear from your post . what do you want application design or database design ? |
Forum: Database Design Aug 11th, 2009 |
| Replies: 7 Views: 654 From your post i am not sure what exactly you are looking for . Why you need to store the codes in database . What is the database that you are using ? |
Forum: Database Design Aug 11th, 2009 |
| Replies: 4 Views: 1,814 If the database is oracle you need to play with USER_TAB_COLS view. You need to frame queries dynamically at run time in a loop and execute. |
Forum: Database Design Aug 11th, 2009 |
| Replies: 3 Views: 589 Power builder is a RAD tool. |
Forum: Database Design Apr 14th, 2009 |
| Replies: 4 Views: 773 you do not need an intermediate table only defining the relationship by PK and FK will do that for you. But from your post i am not use what exactly you are looking for. I think you need to pass more... |
Forum: Database Design Mar 9th, 2009 |
| Replies: 1 Views: 574 I don't think that is an ER diagram.
That seems to be a flow chart to me.
You need to understand the basis difference bewtwen the two. |
Forum: Database Design Oct 22nd, 2008 |
| Replies: 4 Views: 987 create two tables and link them by using primay key and foreign key. |
Forum: Database Design Feb 28th, 2008 |
| Replies: 1 Views: 1,170 Can you mention your exact requirments in details please. |
Forum: Database Design Dec 19th, 2007 |
| Replies: 2 Views: 2,550 i will try to help you during the weekend if I am free, not possible before that. |
Forum: Database Design Dec 19th, 2007 |
| Replies: 3 Views: 4,865 Before drawing the ER you need to gather all informations and be sure of all your requirments. |
Forum: Database Design Dec 19th, 2007 |
| Replies: 4 Views: 1,017 what kind of application ? |
Forum: Database Design Dec 17th, 2007 |
| Replies: 4 Views: 1,017 what exactly you are loking for ? |
Forum: Database Design Dec 17th, 2007 |
| Replies: 12 Views: 8,835 You guys need to follow some book on the basic of DBMS / RDBMS. |
Forum: Database Design Nov 29th, 2007 |
| Replies: 1 Views: 872 What did Google say ? Have you tried for that option yet ? |
Forum: Database Design Nov 28th, 2007 |
| Replies: 1 Views: 956 What did Google say ? Have you tried for that option ? You nned to go through some basic book on the subject for all that. |
Forum: Database Design Nov 17th, 2007 |
| Replies: 2 Views: 1,636 I don't think this question has anything to do with database designing. |
Forum: Database Design Oct 23rd, 2007 |
| Replies: 7 Views: 2,620 Its nice to know you got the acurate solution of the problem and your problem got solved. |
Forum: Database Design Oct 23rd, 2007 |
| Replies: 2 Views: 1,238 Thanx for shairing the info .the book is really useful. I have already gone throught that one. |
Forum: Database Design Oct 23rd, 2007 |
| Replies: 5 Views: 3,700 The logic is so simple .This can be implemented at the database level it self by using SQL statments. When the user tries to login check for existance of such an user with the corresponding password... |
Forum: Database Design Sep 14th, 2007 |
| Replies: 2 Views: 3,260 Its really very difficult to suggest from here without having the knowlwdge of actual requirment at your side.
I would suggest you instead of storing them separately ,store with some flag setting... |
Forum: Database Design Sep 14th, 2007 |
| Replies: 2 Views: 6,169 That should be defined in the time of table / relationship creation . If you wnat to delete all the child records by deleting the parent record thenu need specify ON DELETE CASCADE. Other wise it... |
Forum: Database Design Sep 1st, 2007 |
| Replies: 5 Views: 2,319 You can store the details of the mails in a separate table with fileds like date,from,subject, contents ect. |
Forum: Database Design Aug 1st, 2007 |
| Replies: 1 Views: 3,457 You need to join the tables in the quert to get desired outout. |
Forum: Database Design Aug 1st, 2007 |
| Replies: 7 Views: 2,620 The problem for you is others should only be able to select records not change ,right.
Its so simple you need to grant only SELECT previlege on that specified table to the users not full access. |
Forum: Database Design Jul 26th, 2007 |
| Replies: 9 Views: 1,787 also i am unsure about using a separate id field for the primary key in the join tables rather than using the two foreign keys together as a primary key. what is ur opinion on this? thanks
Even... |