Professional Database question - SQL Server, Access, etc - What's best?
I am wanting to create a software/ database. The front interface will
have a lot of drop downs and tables. The interface will pull data from
the database as well as put data into the database.
So far, I've used VB 6 (front end) and Access & SQL Server (back end).
However, I would like to sell this program someday and do not want to
require the buyer to need another software such as Access or SQL
Server.
Is there something out there that I could make my own database
software for the data to sit? Of course, I will still use VB 6 on the
front end or what ever you recommend.
Please advise.
.
Relevant Pages
- Re: Beginning C# Q
... starting out with a network app0lication, you have an awful lot to swallow. ... Designing your database is therefore, not quite the first step, particularly ... Groups table, which defines which Groups users belong to, and a Permissions ... That is why an Interface is called an Interface. ... (microsoft.public.dotnet.framework) - Re: Transaction Oriented Architecture (TOA)
... If one builds the application around the database view, ... The problem solution should not have to know about mechanisms like SQL query construction, optimizations like anticipatory caches, or encoding/decoding of dataset formats. ... Note that the CRUD/USER environments already provide exactly that encapsulation by providing a Data Layer that is isolated from the rest of the application through an interface. ... TOA/TOP proposes the database and its application domain stored procedures are the only persistence mechanism necessary, and that the benefits of a focused, single, data-permeable gateway between application and database far exceed the benefits of O/R mappings--regardless of abstraction--and that its lightweight appearance shouldn't be dismissed as missing heavyweight kick. ... (comp.object) - Re: Transaction Oriented Architecture (TOA)
... I don't think the issue is ignoring the database; it is recognizing that the database is a different subject matter applying different business rules than the problem solution. ... There is nothing to prevent abstracting the database subject matter in a classic OO manner with objects like Schema, Table, Tuple, and Query. ... I'm of the opinion that the more obvious the database (or at least its interface) is the more easily maintainable an application becomes. ... I've nothing against creating frameworks and patterns to facilitate those programming activities, but prefer the concept of a problem domain transaction to language-specific expressions mapping 1:1 with anything physically present in the database. ... (comp.object) - Re: OOP style
... Component classes have all their main logic in a Custom base class ... database access unit if they didn't already start with a full DB layer; ... My latest application started with an extensively designed object model ... Typing in the implementation of the database interface is ... (comp.lang.pascal.delphi.misc) - Re: OOP/OOD Philosophy
... You appear to assume that, in order to isolate the database from the gui, ... the GUI layer uses a specific interface of the business ... This is where you need to place logic against the data structure that ... (comp.object) |
|