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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:57:33+00:00 2026-05-11T21:57:33+00:00

My database must be updated at arbitrary intervals, manually, with new info to put

  • 0

My database must be updated at arbitrary intervals, manually, with new info to put on standart tables that don’t require structural modifications. one app will update the database.
Another app, the one I will distribute (to friends and family only, but doesn’t require any security feature to it, like encrypting the database) will read the database and use its data on labels, listviews, etc.

The problem is, I’m the perfect definition of full-fledged n00b at programming of any sort, and still don’t know what database to use.

I thought that I should use a SQL CE (*.sdf) file, and store that database thing on an FTP. then, I could download it and get data from it everytime the “client” app runs, and certain button (“connect”) is clicked.
After some hard-core googling, I found out how to connect to the sdf thing, using this connection string:

Provider=Microsoft.SQLSERVER.CE.OLEDB.3.5;Data Source=D:\Documents and Settings\Camilo\JCTM.sdf

So it connects, or at least didn’t show any error.

I don’t know if it’s a good idea to use sdf SQL CE files as databases, if it’s too hard maybe I should go for XML? what do you guys suggest, what is the easiest way to implement very simple databases in VB.NET?

By simple databases I mean:
– no search needed
– no advanced features except storing strings on tables with columns and rows
– easy to access, read, edit, etc. by different VB.NET apps

Is sdf a good idea?

  • 1 1 Answer
  • 1 View
  • 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-11T21:57:33+00:00Added an answer on May 11, 2026 at 9:57 pm

    Luckily for you, you can abstract away the need to be concerned with which back-end database you use to store your data.

    Technologies such as ODBC (Open Database Connectivity) and OLEDB (Object Linking and Embedding, Database) allow you to limit your concern for the backend datastore to the task of crafting your connection string. In your example, the connection string says, “I’m going to connect to a SQL Server CE database via its OLEDB provider, and it’s physically located over on D:/…

    Within the code, you use standard OLEDB mechanisms to access and manage the database. Because of this abstraction, you can use OLEDB providers for SQL Server, Oracle, XML, Access or comma delimited text files as your backing store if you wish, and the only change you need to make to your code is the connection string. Your choice then should be to pick the database that you have the tools and know-how to set up and manage initially.

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

Sidebar

Related Questions

Many database systems don't allow comments or descriptions of tables and fields, so how
I am in a situation where I must update an existing database structure from
I have an access database on a windows machine, which I must import into
A database application that I'm currently working on, stores all sorts of settings in
The Database Tuning Advisor is recommending that I create a bunch of statistics in
My database contains three tables called Object_Table , Data_Table and Link_Table . The link
Database? Page variables? Enum? I'm looking for opinions here.
Which Database table Schema is more efficient and why? Users (UserID, UserName, CompamyId) Companies
What database should a beginner use in the C language? Can I use MySQL?
The database type is PostGres 8.3. If I wrote: SELECT field1, field2, field3, count(*)

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.