Results 1 to 9 of 9

Thread: [RESOLVED] Database Design

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Resolved [RESOLVED] Database Design

    I'm currently planning to develop multiple applications like Quotation System, Inventory System, Helpdesk System, etc. using only one authentication.

    Should I merge the database of these applications into one or create different database files for each applications?

  2. #2
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    Re: Database Design

    That depends your programs, If all are inter-related you can use a single database and have all the tables in it...if it doesnt then split the db...If you want to merge it just because of the authentication then use a separate module for the authentication purpose and call it from your programs...
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


  3. #3

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: Database Design

    Not all tables are related.
    If I'm going to merge them it will become hard to manage the databases, if I will separate them it may be hard to connect them.

    Each application may have more than 20 tables and as of now I'm planning to create 8 applications.
    What is the best thing to do?

  4. #4
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: Database Design

    Quote Originally Posted by eSPiYa
    I'm currently planning to develop multiple applications like Quotation System, Inventory System, Helpdesk System, etc. using only one authentication.

    Should I merge the database of these applications into one or create different database files for each applications?
    No.

    Build yourself a User Authentication System.

    Rate Me! Rate Me! Rate Me!

    Time to fly.

    Copyright GraysonSoft Inc. 2007

  5. #5

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: Database Design

    Sounds good.

    I'll try to do it.

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Database Design

    If you are using a 'proper' database system (such as SQL Server or Oracle), you can easily work with tables that are in different databases on the same server.

  7. #7

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: Database Design

    Thanks for all of your advice.

    Now, just what tommygrayson adviced, I'm developing the Authentication system.
    I found myself lost in the middle of "database development" jungle and that makes me excited.
    After more than a year of being a lazy programmer, this another world of coding waken the coder-inside-of-me.
    I'm pretty excited about this.

    I'm having some problem w/ debugging in MSVS2005 and MSSQL Server 2005.
    An error message shows everytime I tried to debug my project.
    It says something about 'master.dbo.sp_enable_sql_debug*', I tried to search for this stored procedure(obviously) but I can't find it.

    Do I need to download something and install it on the machine w/ MSSQL?

  8. #8
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: Database Design

    Quote Originally Posted by eSPiYa
    Thanks for all of your advice.

    Now, just what tommygrayson adviced, I'm developing the Authentication system.
    I found myself lost in the middle of "database development" jungle and that makes me excited.
    After more than a year of being a lazy programmer, this another world of coding waken the coder-inside-of-me.
    I'm pretty excited about this.

    I'm having some problem w/ debugging in MSVS2005 and MSSQL Server 2005.
    An error message shows everytime I tried to debug my project.
    It says something about 'master.dbo.sp_enable_sql_debug*', I tried to search for this stored procedure(obviously) but I can't find it.

    Do I need to download something and install it on the machine w/ MSSQL?
    Because the query is run in the master database not yours I guess.
    Rate Me! Rate Me! Rate Me!

    Time to fly.

    Copyright GraysonSoft Inc. 2007

  9. #9

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: Database Design

    I already figure out what is the problem.

    The user must have an administratorial rights to debug.

    Thanks everyone.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width