About 185,000 results
Open links in new tab
  1. Simple database application for Windows - Stack Overflow

    Nov 18, 2008 · For a web application, MySQL works effectively on the Windows platform. You also have nearly limitless options for development environment including, PHP, Ruby on Rails, …

  2. database - Very basic and simple db file for C# desktop app

    Apr 6, 2017 · I'm writing a very simple little app for myself, but I want to be able to store some data to a db file. Currently I'm using SQLite and although it works I would like something even …

  3. Local database systems for simple application - Stack Overflow

    May 11, 2022 · Local database systems for simple application [closed] Asked 3 years, 7 months ago Modified 3 years, 7 months ago Viewed 3k times

  4. Using C# to create a frontend for a simple database

    Mar 23, 2011 · This tutorial shows you how to create a DataGridView, load database values in it. The sorting is an automatic property of the DataGridView. The DataGridView is a control used …

  5. Which tool to build a simple web front-end to my database

    Jul 6, 2010 · It's simple to set up, free and there is plenty of documentation on how to create a database management app. Ruby on Rails is faster to code but a bit more difficult to set up.

  6. What is a good choice of database for a small .NET application?

    Jul 19, 2011 · RavenDB is indeed a document database but it's API is much more powerfull than simple name and value pairs. Problem is that it's not free for commercial projects in case you …

  7. Create an ASP.NET Core MVC application with database-first …

    Feb 26, 2024 · 3 This is the procedure to create ASP.NET Core MVC web sites, in the Database-First flow. As @Fredou mentioned, you first need to install an extension to Visual Studio …

  8. database - How should i implement a DB in my java application …

    May 21, 2019 · 0 I'm trying to build a simple java application for my school project, and I want to be able to use a simple DB, in order to insert, update, delete and ask queries on my DB.

  9. Which development platform should I use for desktop Windows …

    I suggest: Just use Access. It works for small, simple, single user databases. It's not "just a database" it's also a "database application" and "database application development …

  10. Is there any framework for Windows Forms, DB driven application ...

    Feb 2, 2011 · I'm writing simple database driven application, 80% of functionality is CRUD operations on about 15 tables. Coming from web development background I figured I can …