rtanner, I agree with CK. "KISS" !:*)
On Sep 24, 3:33 am, CK <[EMAIL PROTECTED]> wrote: > Using SQL Server Express edition, you can bundle it as part of the > installer for your application, and also keep the MDF (the data) file > in your application pages in the App_Data folder (depending on your > project type). > > On 22 Sep, 19:14, BeauGeek <[EMAIL PROTECTED]> wrote: > > > > > I hope that I understand your request clearly. If you > > are using Microsoft Visual studio .Net 2003 and 2005. I would suggest that > > you use a Microsoft SQL Server or An Oracle Database. The data providers for > > those are respectively ".Net Framework Data Provider for SQL Server" and > > " .Net Framework Data Provider for Oracle". You can also connect to both > > Data sources with ". Net Framework provider for Ole DB". However, Using my > > first suggestions as the best methodology approaches. It gets technical so > > Google them. I suggested those, because both are capable for expansion. In > > my career I've seen a few access databases but I believe that most companies > > are using either Oracle Database or Microsoft SQL Server. I've worked with > > both , my preference is Microsoft SQL > > > On Sun, Sep 21, 2008 at 4:46 PM, John Martin <[EMAIL PROTECTED]> wrote: > > > > Please explain "No No No......... > > > > Some reasons would be a great help. > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Fraser > > > Sent: Monday, 22 September 2008 6:03 AM > > > To: [email protected] > > > Subject: [DotNetDevelopment] Re: Recommendations for > > > VB.NET<http://vb.net/>Database > > > Provider > > > > NO NO NO NO NO. > > > > DO NOT USE ACCESS! > > > > On Sun, Sep 21, 2008 at 11:57 AM, bo <[EMAIL PROTECTED]> wrote: > > > > > Use MSAccess. You will just have a .mdb file in a sub directorry of > > > > your application. It is wery simple to create your queries in the > > > > database during development. When you have the query you want you just > > > > ask to see the SQL text. Later if you need some of the data in the > > > > database in ways your application do not handle, it is easy to export > > > > to Excel. > > > > > On 18 Sep., 13:30, rtanner <[EMAIL PROTECTED]> wrote: > > > >> I am building a commercial application in VB.NET <http://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.- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
