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

    Jan 23, 2014 · 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. 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 …

  3. 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.

  4. 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 …

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

    Nov 3, 2013 · 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 …

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

    Nov 24, 2014 · 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 …

  7. 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.

  8. Local database systems for simple application - Stack Overflow

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

  9. How to create a local database in android for my application

    Oct 21, 2014 · I want to create a simple database for my android application in sqlite. I just want to add my values to the table. This is my code but this is not working for me because the table …

  10. delphi - Enabling editing for TStringGrid - Stack Overflow

    Oct 28, 2012 · I am making a simple database application by following this video. My problem occurs when I use a TStringGrid instead of a TGrid as stated the video because I don't have it. …