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

  • Home
  • SEARCH
  • 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 8905203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T02:20:03+00:00 2026-06-15T02:20:03+00:00

I have to write a windows forms application that will run on tablet PCs

  • 0

I have to write a windows forms application that will run on tablet PCs with Windows 7.

This application will handle a stock taking on a warehouse with no connectivity to our central ERP. the user will scan the barcode label and the application will have to keep the data locally.

At the end of the operation the user will be able via LAN to upload the data on our ERPs table.

thus my question is what is the best way to keep the scanned data locally?

Option 1: Simple Text files (custom txt or XML)

Option 2: SQL Server compact edition?

Option 3 : ????

I don’t quite like the idea of text files as i have to open and close them every 30-40 seconds that the user will scan labels. Is SQL Compact the best way to go?

  • 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-06-15T02:20:04+00:00Added an answer on June 15, 2026 at 2:20 am

    If you are only storing something simple like a SKU and quantity, and not modifying/replacing values, a text file will be extremely fast and simple. You can open a text file for append and just add lines on the end, then close the file. You could also use XML and serialization, but if there are just a couple of values then a plain text file format would be simplest and serialization will add development labor and has more potential for performance issues, deserializing, updating, then reserializing the object back to disk over and over.

    A DB might be necessary if you want to have relational data, or if somehow multiple users/devices could access simultaneously, or if you need rowset operations for data modification. If you use any db it will also access the file system every time there is a new row, same as using a file.

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

Sidebar

Related Questions

I have a windows form application that will open other forms, but will only
How can you write a VB.NET Windows Forms Application via CodeDom? I have tried
I am building a windows forms application that I will be adding a control
I have to write a simple program that will draw something in a Windows
I have written a Windows Forms application and now I want to write some
I have a Windows Form application that involves two Forms. The child form is
I'm a Silverlight/ASP.NET developer trying to write my first Windows Forms application to run
I have some text to write to the Windows console that I need to
I have idea to write errors from my application to the Windows Event Viewer
We will write WCF service for our windows mobile client. Although we have the

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.