Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6243647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:10:45+00:00 2026-05-24T12:10:45+00:00

I want to create a database application with Visual Studio. I wonder what type

  • 0

I want to create a database application with Visual Studio. I wonder what type of DB to choose? I was thinking about Access db. But I dont have Office installed. I have MS SQL server 2008 installed but I doubt I need to use it for a very simple database with small number of rows

I need to create a very simple database app for personal use. Can anyone recommend basic steps

Let me put it another way – can I create a GUI app that would use a datafile only – so that running DB server was not required much like Access files so that I can use on any computer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T12:10:47+00:00Added an answer on May 24, 2026 at 12:10 pm

    whenever i want to do this i just create a typed DataSet; just add a DataSet item to your project, and then you can create tables/columns/keys/constraints directly within the DataSet editor. the IDE will generate code classes to make it easy to work with the DataSet tables and columns statically by name, and the DB you create is saved as an xml schema.

    then, when you create an instance of the DataSet, you can read/write the data from/to disk with the Xml output functions. (i believe WriteXml and ReadXml…) i have also played around a little with writing my own function to write out the data in a more compact format to save space.

    DataSets do have some performance issues if you have lots of information; but one of the nice things about using them is that you can always migrate to a database using the structure and then use TableAdapters to read from/write to the database. if you have really a lot of data this might be the way to go; but when i’ve been prototyping or just didn’t have serious amounts of data, then in those cases i’ve had good success with just an XML-based DataSet.

    DataSets are easy to work with as well, they support relational functionality very well, and they also allow you to operate in a mode where you can accept or reject changes. i know some people really don’t like them but I’m quite fond myself. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Microsoft Access 2010 database(*). Now, using Visual Studio 2010, I want
I want to create a database for my android application. I have written the
I'm fairly new to Visual Studio (specifically Visual Basic .NET) but have been programming
I want to create a Data Access Layer for a small application. The stored
I have a Winforms application created in Visual Studio 2005 Pro, it connects to
I want to create a PhoneGap-Application with multiple database tables that will be parsed
I want to create a process control application. Events update the database and that
I want to create database at the first time of an application deploying process.
I'm running the nerddinner MVC application on visual studio, and the database is on
I want to create a database in which there's an n x m relationship

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.