Results 1 to 2 of 2

Thread: Debate - DB's versus Class-driven data structures

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Debate - DB's versus Class-driven data structures

    I despise databases of any kind, Access, Oracle SQL etc... But my work is beginning to involve large data structures that would be suitable for DB usage.

    I am confident I can build a program that manipulates our data in the desired fashion, using Classes and OOP paradigms (ie. in stand-alone C# / VB.Net code). But the obvious choice for a DB savvy person would be a normal database.

    My vb program would have many more features but at the same time would be less easy to export the data to another system.

    What would you do?

    Sincerely,

    Databased-to-death, in Derby
    I don't live here any more.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    I simply use a dabase as a datastore. All action on the data (manipulations, select, update, ect) are done in the classes, while at the same time serves up the data to the user interface.

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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