Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple database application for Windows

I need to build a simple, single user database application for Windows. Main requirements are independence from windows version and installed software. What technologies (language/framework) would you recommend? My preference for language is the Visual Basic.

EDIT: What about VB.Net and SQL Server Compact Edition?

like image 814
grigy Avatar asked Sep 22 '08 08:09

grigy


1 Answers

I would recommend Sqlite. It's completely self-contained, and public domain so there are no license issues at all.

like image 158
Greg Hewgill Avatar answered Oct 15 '22 01:10

Greg Hewgill