About 182,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. Using C# to create a frontend for a simple database

    Mar 23, 2011 · I've only used C# to create console apps up to now. What I would like to do next is create a c# application that could open a one table database (probably sqlite) and present the …

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

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

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

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

  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.