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 3969942
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:01:37+00:00 2026-05-20T04:01:37+00:00

I am having trouble with a concept. I am writing a c# quiz application,

  • 0

I am having trouble with a concept. I am writing a c# quiz application, with the questions, answers and user profiles being stored in a sqlCE db, which is installed with the app. Users run the application, answering the questions in the database. However, they can also write their own questions, which should be available to other users of the same application after some sort of daily update.

What I cannot work out how to approach is the import and export of new question and answer data. I am a LAMP developer and am used to working with web MySQL databases, but have never worked with the db bundled in like this. The best I can think of is that users export a dump (csv perhaps) of their new question&answer set whihc gets uploaded to a master database in the cloud. To update their local database, they import a csv of the entire cloud-based db and empty their local database and insert the contents of the csv.

It doesn’t feel quite right this way. It’s a small-time hobby app, not commercial; I’m really just trying to appreciate the process. Should I be looking at ‘check for updates’?

Any pointers much appreciated, apologies for the non-specific nature of this question.

  • 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-20T04:01:37+00:00Added an answer on May 20, 2026 at 4:01 am

    It depends on how and where your “master database” is located.

    In this answer I assume you have a windows machine as server where you can install your own services as well as the database.

    I would wrap the master database (probably a SQL Server Express Edition) behind a web service (WCF). The clients ask the web service for updates and sends new questions to the web service.
    The web service would have at least two methods:

    void AddQuestion(Question question);
    Question[] NewQuestions(DateTime fromDate);
    

    Those methods on the server would handle the saving of new questions and retrieving of new/updated questions in the master database. The client handles stores all questions in the local Compact SQL database.

    Don’t let the users handle extra tools and files to sync databases. Let the application do the job.

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

Sidebar

Related Questions

I am having trouble understanding the concept between two things being equal and two
I am having trouble understanding the concept of blocking communication and non-blocking communication in
First of all I am having trouble with the concept of a mathematical Vector
Having trouble with a mysql grant statement. I want a user who has: readonly
I am having trouble grasping the concept of multi component uipickerviews. I really would
I am having trouble understanding the meaning and more importantly the concept of an
The concept of this seems easy, but I'm having trouble getting it right and
Can you guys help me understand a concept real quick, I'm having trouble understanding
I'm having some trouble with a jquery script I'm writing, as I cannot get
I'm having trouble writing a unit test for one of my controller actions. Here's

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.