Closed Thread
Results 1 to 7 of 7

Thread: Dynamic Database

  1. #1
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Dynamic Database

    I was on a phone interview today and he mentioned something about a "dynamic database" and I have NO idea what this is, I tried googling it and finding a wiki and found nothing, can you guys help me out?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Dynamic Database

    I got one link that might be what they're talking about here. The sense I get from it is that a dynamic database refers to a system that alters the database schema (adding/altering fields/tables as needed) in order to accommodate the needs of the system as those needs change.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Dynamic Database

    That is very interesting actually, makes me wonder how they do it...

  5. #4
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Dynamic Database

    they will probably have a special table with table setup which they use to know how to treat each data table
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Dynamic Database

    One of the keys to working with databases is the concept of Meta-Data. For example, in most databases (Access being an obvious exception), you can get a list of tables/fields with a simple SQL query. You can actually write a program that will query an Oracle database to determine the tables, fields, etc in it and then recreate that table structure in MS SQL Server. It's a pretty short program!
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Dynamic Database

    Usually when I work with databases I have used 1 to 1 tables, 1 to many, and many to many, lots of joins etc.

    With this, a table describing how to modify a table dynamically, and running into things like that.

    How much more advanced is this? Will it take a while to grasp? I do believe I will even be able to get into the concept of it until I start working... well I could make a few tables and try to dynamically change them here and there... I dunno just depends.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Dynamic Database

    A lot of it would simply depend on what you're trying to do.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dynamic CSS
    By bbqroast in forum JavaScript and CSS
    Replies: 1
    Last Post: 10-31-2010, 05:26 AM
  2. SQL database tables for rental database
    By Roger in forum Database & Database Programming
    Replies: 4
    Last Post: 08-23-2010, 05:07 PM
  3. dynamic grid
    By sp3tsnaz in forum Visual Basic Programming
    Replies: 0
    Last Post: 07-08-2010, 06:04 AM
  4. [C++] dynamic allocation
    By armon in forum C and C++
    Replies: 4
    Last Post: 08-28-2009, 06:10 AM
  5. uploading database records in the access database in vb.net
    By Diana86 in forum Visual Basic Programming
    Replies: 0
    Last Post: 11-20-2008, 10:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

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