choosing a database
-
What is the best,simple and quick database for writing a dictionary like Babylon? What database system Babylon use?
davood_b wrote:
What database system Babylon use?
I don't even know what that is.
davood_b wrote:
for writing a dictionary like Babylon?
Ditto.
davood_b wrote:
What is the best,simple and quick database
SQL Server Express.
-
davood_b wrote:
What database system Babylon use?
I don't even know what that is.
davood_b wrote:
for writing a dictionary like Babylon?
Ditto.
davood_b wrote:
What is the best,simple and quick database
SQL Server Express.
-
What is the best,simple and quick database for writing a dictionary like Babylon? What database system Babylon use?
davood_b wrote:
What is the best
There ain't no such thing.
davood_b wrote:
simple
Any SQL92-compliant database.
davood_b wrote:
database for writing a dictionary like Babylon?
A local file-based database, like SqlCe, Sqlite or MSAccess.
davood_b wrote:
What database system Babylon use?
Dunno, ask them. Ergane is using MSAccess, and you can download those dictionaries for free. Translates using Esperanto as an intermediate language (English -> Dutch would be English -> Esperanto -> Dutch). I don't have a download-link, you'll have to Google yourself.
Bastard Programmer from Hell :suss:
-
..and install a server-class database-application, for a simple local data lookup? :)
Bastard Programmer from Hell :suss:
Eddy Vluggen wrote:
a simple local data lookup
I have no idea that that's the case.