A
A
av86122013-10-18 11:55:34
SQL
av8612, 2013-10-18 11:55:34

Choosing a tool for a simple enterprise database

There is a task to make a corporate database for one enterprise. The database is designed to store statistical information. There won't be much data, so performance isn't the key. An important point is the ability to import / export data from / to xls / xlsx files. The database users are ordinary users, therefore, the ability to visually compose queries is required. There are no requirements for multi-user work with data.

Tell me what tool should I use to create such a database? So far, the most obvious option is Microsoft Access. Maybe there are alternatives?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
C
codecity, 2013-10-18
@codecity

So far, the most obvious option is Microsoft Access.

I can advise MS Lightswitch (not to be confused with Silverlight!).

N
noonesshadow, 2013-10-18
@noonesshadow

SQL Express 2012 R2 Has Integration Services for import-export, and is free (excluding OS)

K
kenny_opennix, 2013-10-18
@kenny_opennix

Immediately question.
Why and what for Access?
For designing, I use www.sqlpower.ca/page/architect
Plus, it's a cross-platform tool.

A
Anton Stern, 2013-11-27
@ant82

Take a closer look at Ironspeed Designer
Generates a CRUD interface to the database in Asp.Net (C# or VB.Net to choose from) - accordingly, there are no problems with installing software on client machines. A big plus is that the project generated in ISD can be edited without problems in VS.
You can use mssql, oracle, and ms access as a database. Export / import xls is "out of the box"
There are access settings by roles up to individual fields on the pages.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question