Results 1 to 7 of 7

Thread: Visio and the art of Database Design

  1. #1
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default Visio and the art of Database Design

    Hi. I'm (maybe, and slowly) planning on writing up some forum software, which duplicates the things I like about vBulletin and AcmlmBoard, and leaves out the crap I don't.

    If my time at CompuCollege has taught me one thing, it's that design work before coding is absolutely, positively imperative. I sat down and did all my design work for my final project for E-Commerce II, and as a result, I finished 3 days before the deadline. The girl who sits next to me just jumped into code, and ladies and gentlemen, I'm afraid she's not going to have a completed project. I also used documentation to write a simplistic web forum using active server pages in under four hours.

    At school, I did all my design work using Micros~1 Visio. Not just because CompuCollege is a Micros~1 lackey and made us learn Active Server Pages instead of php, but because it's the best freakin' design tool I've ever seen, Micros~1 or no.

    So I get home and decide to do my design work for the forums I want to write. No problem, right? I've got Visio. Only difference is, my version of Visio came with Visual Studio .NET, not Office 2000.

    To my dismay, Visio .NET does NOT seem to support templates for designing Chen ERDs (Entity Relationship Diagarams--The basis of good database design, IMO).

    So...can anybody else point me out to any good database design software, preferably something intended for drawing Chen ERDs?

    I need Windows software. I had Linux on my laptop, but my laptop's BIOS went poon, and therefore I am once again Linux-less. (Which sucks since I want to design this software in PHP, but that's a whole new rant)

  2. #2
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    When I was working on Access, I used to use paper and pen. Because Access' sucks that ace.

    And then there is Death

  3. #3
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I won't be using Access...But I would like something that does what Visio 2000 does, and I don't think I can put Visio 2000 on my machine, because it's already got Orifice XP and VS.NET on it.

  4. #4

    Default

    Try importing the non native format or maybe changing the file extensions? Sometimes that will trip the program up enough to open the file and reformat it natively.

    Or just format C: and install Linux. (you KNEW I was gonna say it)

    At worst, you'll just have to start all over again. May I suggest using an OPEN standard, a la SQL?

    Phoenix

  5. #5
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Okay, I guess I'm not being clear.

    <h1>I AM NOT USING ACCESS</h1>

    I want to implement the code using php and mySQL, as any sane person was.

    This thread is about design work. Nothing else. I don't want do wind up with a chaotically designed database, I want something professional caliber, in third normal form, and that means I have to design it properly, which means including a data dictionary and an Entity Relationship Diagram. Yes, there are many kinds of ERDs--I'm most comfortable with the Chen model, and I want to use the Chen model.

    I'm not asking anything at all about what kind of database to use--I'm looking for software used for drawing pictures that represent the database.

    EDIT: And I am not yelling. Well, the first bit was, but the rest....fweh.

  6. #6

    Default

    MS Paint works very well when you have to draw pictures since you can't get the files open under another SS or DB app.

    Search download.com or something. Maybe they'll have the DB app you want.

    Unless you have a db design app that does what you want, you're stuck using Paint like I am when I try to do plot schema.

    Phoenix

  7. #7
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    >< That's horrible *cwy*

    Move an entity in a Chen ERD drawn in Paint, and it breaks all your relationships--you have to redraw all of the crowsfeet and himno.

    Maybe someone did a 'doze port of Kivio.

Posting Permissions

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