473,385 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Database Selection Advice Please

z
I'm developing a couple of applications that I need some advice on which
database structure to use. My first thought is SQL Server of course, but
after looking at my potential users and their needs, I'm having second
thoughts.

My #1 goal (besides the apps working properly of course) is to simplify
deployment and database set up, as I will have a wide range of users, from
those who have just bought a PC, to students, to companies with SQL Servers.

I have two completedly independent apps:

App 1: A standalone VB app that will be single user. No need to communicate
or share with anything else. For that app I'm thinking a Access database
and ADO would be fine. I'm also wondering if making the app utilitize web
forms might help in simplicity and deployment, or, if the .NET framework is
there anyway and required for the app, if it makes any difference and it
would just be better to use Win forms to get better looking controls for the
forms.

App 2: A VB app that will have a thin client on the individual PC's, but
will pull data off a centralized location. The volume of data and traffic
to and from the database will be extremely low. I was originally thinking
SQL for this, but I'm wondering for my inexperienced users, if going with a
Access db would be better for them too. I'm also thinking web forms on this
too, especially to prevent administrators from having to install on every
PC. I assume the app would just have the Access db in the directory it's
installed to. Remember #1 goal is deployment and setup ease.

If there are better ways to do this to make this the simpliest for my users
so they don't have to install SQL, please let me know. If I'm way off-base,
let me know, I'm open to all valid suggestions. tia. z

Nov 20 '05 #1
2 981
What difference would it make to the user which DB you used? Wouldn't that
be transparent to them?

Bob Lehmann

"z" <a@a.com> wrote in message news:oaPrc.6384$hi6.641434@attbi_s53...
I'm developing a couple of applications that I need some advice on which
database structure to use. My first thought is SQL Server of course, but
after looking at my potential users and their needs, I'm having second
thoughts.

My #1 goal (besides the apps working properly of course) is to simplify
deployment and database set up, as I will have a wide range of users, from
those who have just bought a PC, to students, to companies with SQL Servers.
I have two completedly independent apps:

App 1: A standalone VB app that will be single user. No need to communicate or share with anything else. For that app I'm thinking a Access database
and ADO would be fine. I'm also wondering if making the app utilitize web
forms might help in simplicity and deployment, or, if the .NET framework is there anyway and required for the app, if it makes any difference and it
would just be better to use Win forms to get better looking controls for the forms.

App 2: A VB app that will have a thin client on the individual PC's, but
will pull data off a centralized location. The volume of data and traffic
to and from the database will be extremely low. I was originally thinking
SQL for this, but I'm wondering for my inexperienced users, if going with a Access db would be better for them too. I'm also thinking web forms on this too, especially to prevent administrators from having to install on every
PC. I assume the app would just have the Access db in the directory it's
installed to. Remember #1 goal is deployment and setup ease.

If there are better ways to do this to make this the simpliest for my users so they don't have to install SQL, please let me know. If I'm way off-base, let me know, I'm open to all valid suggestions. tia. z

Nov 20 '05 #2
I don't think Web Forms would make sense for App 1 if it's supposed to be a
standalone application. All of the clients would have to to be running IIS -
that's probably unlikely. If you're deploying a bunch of Access databases
and later on you want to make a change to the database, you'll have to
redeploy the application and migrate existing databases.

For App 2, if the database is centralized then the database you choose for
your application shouldn't affect how difficult the application is to use.
The thing to worry about when using an Access backend is concurrent
connections and database size, which you mentioned shouldn't be an issue.
Web Forms would make sense for App 2, the clients wouldn't have to install
anything.

"z" <a@a.com> wrote in message news:oaPrc.6384$hi6.641434@attbi_s53...
I'm developing a couple of applications that I need some advice on which
database structure to use. My first thought is SQL Server of course, but
after looking at my potential users and their needs, I'm having second
thoughts.

My #1 goal (besides the apps working properly of course) is to simplify
deployment and database set up, as I will have a wide range of users, from
those who have just bought a PC, to students, to companies with SQL Servers.
I have two completedly independent apps:

App 1: A standalone VB app that will be single user. No need to communicate or share with anything else. For that app I'm thinking a Access database
and ADO would be fine. I'm also wondering if making the app utilitize web
forms might help in simplicity and deployment, or, if the .NET framework is there anyway and required for the app, if it makes any difference and it
would just be better to use Win forms to get better looking controls for the forms.

App 2: A VB app that will have a thin client on the individual PC's, but
will pull data off a centralized location. The volume of data and traffic
to and from the database will be extremely low. I was originally thinking
SQL for this, but I'm wondering for my inexperienced users, if going with a Access db would be better for them too. I'm also thinking web forms on this too, especially to prevent administrators from having to install on every
PC. I assume the app would just have the Access db in the directory it's
installed to. Remember #1 goal is deployment and setup ease.

If there are better ways to do this to make this the simpliest for my users so they don't have to install SQL, please let me know. If I'm way off-base, let me know, I'm open to all valid suggestions. tia. z

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Big Slim | last post by:
I'm working on a web application that makes heavy use of CSS, but I would like users to have a degree of control over some of the classes and attributes. To accomplish this, I want to store my CSS...
7
by: Foxster | last post by:
in access i have two tables (tblplayer, tblpoints) in tblplayer i have field totalpoint (number) in tlbpoints i have field pointgame (number) the two files are related via idplayer now i made a...
29
by: MP | last post by:
Greets, context: vb6/ado/.mdb/jet 4.0 (no access)/sql beginning learner, first database, planning stages (I think the underlying question here is whether to normalize or not to normalize this...
1
by: Dave | last post by:
I'm very new to SQL Server 2005, so please be kind. We had a vendor in and they loaded their software and the database that was created is sitting on the root (c:) drive. On this server we have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.