Results 1 to 7 of 7

Thread: Low Dependency Database?

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Low Dependency Database?

    I have a few projects I'm working on and I would really prefer to save their data into a database for archival purposes (it has to be able to handle quite a bit of data; possibly GBs of data but most likely not more than 10-20GB but it is possible). Are there are databases that don't require an installation?

    What I'm hoping for is a library that saves a database as files to wherever I specify and it can read and write directly from the DLL to the database so I won't have to install anything additional for the database to work.

    It's possible this application may be ported to OS X as well so any cross-platform solutions would be awesome

    I remember seeing a C library that basically acted in this way. You could reference it, query the database with the full SQL syntax. Unfortunately I don't remember what it was called but that may be a good solution.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Low Dependency Database?

    At first my thought was SQL CE.... 7 dlls and it's deployed.... but cross platform, obvious that won't work.

    Might want to try Firebird.... http://www.firebirdsql.org/ haven't used it, but I hear it's pretty decent.

    -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??? *

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Low Dependency Database?


  4. #4

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Low Dependency Database?

    Quote Originally Posted by penagate
    That looks awesome! Thanks, I'll check it out.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Low Dependency Database?

    File systems.

    What? Stop staring at me like that.

  6. #6
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: Low Dependency Database?

    How about SQLite?

  7. #7
    Member
    Join Date
    May 2009
    Posts
    55

    Re: Low Dependency Database?

    SQLite is very nice, easy and fast.
    you can use it by SQLiteODBC.

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