jay2success
Registered Member
- Dec 13, 2008
- 91
- 40
Use VB.NET or C#.NET, Visual studio express can help for start but better you download the full version because it's much more powerful.
I don't recommend Access for database because it's single connection, for heavy database use something like SQL Server or Oracle but for small database use MySQL or SQL Lite (Bookmark demon use this).
If the database design is not too many or complicated then i will use regular text files because much easier to maintain when you upgrade the application.
My choice will be SQL Lite for more complex database because it requires zero installation.
Hope this helps.
I don't recommend Access for database because it's single connection, for heavy database use something like SQL Server or Oracle but for small database use MySQL or SQL Lite (Bookmark demon use this).
If the database design is not too many or complicated then i will use regular text files because much easier to maintain when you upgrade the application.
My choice will be SQL Lite for more complex database because it requires zero installation.
Hope this helps.