1

I am making a relational database for a friend who is not tech savvy. I am looking for something that she can upload the correctly formatted excel files into and be able to see the relationships clearly.

(<1>[John Smith]<2>[Sam Jones] rather than <1><6><2><244>, etc.)

I know I can make my own web-based system but I was not sure if there was an open source (or freely available) system already available, either desktop-based or web-based. I tried googling it but I am afraid that I am using the wrong keywords. (I only got server-side systems)

Any thoughts?

4

2 に答える 2

2

見栄えが悪く高価ですが、MS/Access はこれをうまく処理します。初心者に適しており、Excel は非常にうまく統合されています。彼女が Office Professional を持っている場合は、既に持っています。また、ODBC もサポートしているため、他のデータベース エンジンを使用できます。

于 2013-01-21T00:38:42.410 に答える
1

デスクトップ DBMS に関する限り、Peter Wooster が指摘したように (+1)、MS Access は Office (特に Excel) に慣れている人にとって最もユーザー フレンドリーです。

Web GUI (つまり、ASP.NET) を使用して何かを構築することを考えている場合は、SQL Server Express を無料で入手して、クライアント PC に展開できます。

MySQL や Oracle など、ワークステーションに適したエディションを備えた、通常はサーバーベースの RDBMS システムが他にもあります (ただし、Oracle、ワークステーションなどには使いやすいものはありません)。

于 2013-01-21T02:27:24.243 に答える