Results 1 to 4 of 4

Thread: Using an Access Database without Access

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2012
    Posts
    9

    Using an Access Database without Access

    Hey!

    I've built my program a database in Access 2010. Works very nice. But I've had a thought. When my program is compiled and I give it out to users. Will those users need a copy of Microsoft Access to use my program.

    If so, How could I make it so that no install of Access is needed.

    I hope i've made that clear enough

    MrGeeza

  2. #2
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Using an Access Database without Access

    No, they definitely won't need a copy of Microsoft Access. They might need an OLEDB component, though, which is inevitable.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2012
    Posts
    9

    Re: Using an Access Database without Access

    Thats fantastic

    What is the best way of storing data for programs? Whats the most common?

  4. #4
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Using an Access Database without Access

    Well, of course, it depends For .NET applications, I like SQL Compact Edition. It comes with the framework and you don't really have to worry that much about portability. But, of course, it depends what you're storing - there's no global "most common" or "best" way to do it.

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