Search Results

Showing results 1 to 40 of 47
Search took 0.02 seconds.
Search: Posts Made By: debasisdas ; Forum: Database Design and child forums
Forum: Database Design 4 Days Ago
Replies: 3
Views: 311
Posted By debasisdas
Relational modeling is the logical representation of the physical relation of the DB tables.
Forum: Database Design 27 Days Ago
Replies: 1
Views: 599
Posted By debasisdas
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
Posted By debasisdas
What exactly is a LAN search engine ?
Forum: Database Design 27 Days Ago
Replies: 1
Views: 489
Posted By debasisdas
have you started working on that ?
Forum: Database Design Oct 3rd, 2009
Replies: 2
Views: 828
Posted By debasisdas
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
Posted By debasisdas
What exactly the existing product does .

You need to post more details.
Forum: Database Design Sep 2nd, 2009
Replies: 1
Views: 406
Posted By debasisdas
DBA job is to manage the database.
Forum: Database Design Aug 30th, 2009
Replies: 4
Views: 548
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
How much you are ready to pay ?
Forum: Database Design Aug 22nd, 2009
Replies: 2
Views: 471
Posted By debasisdas
how both the tables are related ?

please post the structure of both the tables.
Forum: Database Design Aug 17th, 2009
Replies: 7
Views: 654
Posted By debasisdas
That's why i suggested to use some flag settings .
Forum: Database Design Aug 15th, 2009
Replies: 7
Views: 654
Posted By debasisdas
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
Posted By debasisdas
you need to say what exactly is your requirement.
Forum: Database Design Aug 11th, 2009
Replies: 1
Views: 388
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
Power builder is a RAD tool.
Forum: Database Design Apr 14th, 2009
Replies: 4
Views: 773
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
create two tables and link them by using primay key and foreign key.
Forum: Database Design Feb 28th, 2008
Replies: 1
Views: 1,170
Posted By debasisdas
Can you mention your exact requirments in details please.
Forum: Database Design Dec 19th, 2007
Replies: 2
Views: 2,550
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
what kind of application ?
Forum: Database Design Dec 17th, 2007
Replies: 4
Views: 1,017
Posted By debasisdas
what exactly you are loking for ?
Forum: Database Design Dec 17th, 2007
Replies: 12
Views: 8,835
Posted By debasisdas
You guys need to follow some book on the basic of DBMS / RDBMS.
Forum: Database Design Nov 29th, 2007
Replies: 1
Views: 872
Posted By debasisdas
What did Google say ? Have you tried for that option yet ?
Forum: Database Design Nov 28th, 2007
Replies: 1
Views: 956
Posted By debasisdas
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
Posted By debasisdas
I don't think this question has anything to do with database designing.
Forum: Database Design Oct 23rd, 2007
Replies: 7
Views: 2,620
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
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
Posted By debasisdas
You need to join the tables in the quert to get desired outout.
Forum: Database Design Aug 1st, 2007
Replies: 7
Views: 2,620
Posted By debasisdas
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
Posted By debasisdas
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...
Showing results 1 to 40 of 47

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC