views:

60

answers:

2

Can you advice me please on a "free" language and database that I can use to create a standalone application e.g. simple HR application w/ (forms,reports and queries) that I can copy and use in my flash memory ?

A: 

Mono + C# + SQLLite

Anuraj
+1  A: 

Almost any language will work. And most languages these days are free both as in beer and as in liberty. As for the database, definitely SQLite: http://www.sqlite.org/

slebetman