Results 1 to 4 of 4

Thread: Save Program Data?

  1. #1

    Thread Starter
    Lively Member Totally Confused's Avatar
    Join Date
    Nov 2000
    Location
    Stoke-On-Trent,England
    Posts
    75

    Unhappy

    Hi,
    I have written a program in VB that I want to distribute (shareware). My problem is that it heavily uses SQL Server for it's database.
    What would you recommend I use instead because I obviously can't rely on people having SQL Server 7 on their machines!

    Is there like a free database anywhere or shall I use some sort of flat file system?

    Any suggestions welcome.

    Thanks

    Totally

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    A lot of people of Access, how much data are we talkin' here? You can use the registry for small amounts of data or some form of flat file.

  3. #3

    Thread Starter
    Lively Member Totally Confused's Avatar
    Join Date
    Nov 2000
    Location
    Stoke-On-Trent,England
    Posts
    75
    hmm, it's quite a lot of data. I use SQL because it is so fast and the Stored Procedures really help.
    I have considered moving to Access but there are still issues with that:
    1) Which version should I use? (I use Access 2000.)

    2) Am I allowed to distribute Databases made with Access?

    3) If the person hasn't got Access am I allowed to ship the Dlls with my program to use it? (Not the whole Access of course!!)

    Thanks

    Totally

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Definately Access doesn't have the functionality that SQL does but a client should be able to access the data via your program regardless of whether they have access or not. And yes you can distribute Access databases. As for versions 2000 should be backwards compatible.

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