Depends on your budget, MySQL is free and is capable of handling enterprise applications, but I personally like using SQL Server and Oracle but those are big bucks. I'm not really familiar with SQLite but when you set up your application make sure that it data access object is database independent that way it doesn't matter which database provider you use and just adds some flexibility.
On Sep 18, 7:30 am, rtanner <[EMAIL PROTECTED]> wrote: > I am building a commercial application in VB.NET 2005 and need to > create and manage a database. > > Any recommendations about what provider to use? > > The database will be single user with about 15 tables with 500 records > each. > > I have looked into SQLite but haven't found a provider for it. > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
