Discussion in the forum and irc on irc.tdb.de:6667 join channel #tdbengine tdbSQL Logo SourceForge.net Logo
tdbSQL - The first SQL Server based on tdbengine - Examples

Example 1: tdbengine and webserver installed on one server
This is an easy way to configure the server. Database and webserver are installed on the same server. You see a not so save kind of configuration, because the database can't be protected by a firewall, but it is a bit faster than installing the tdbengine on a separated server. The client can be a Webbrowser or a Windows-/Linux-frontend.

Example 1: tdbengine and webserver installed on one server

Example 2: tdbengine and webserver separated from each other on two servers
That's the most common way of configuration. In this case the database is seperated from the webserver. Additionally you can protect the database with a firewall. The webserver accesses the data via sql-commands over the TCP interface.

Example 2: tdbengine and webserver seperated from each other on two servers. Database is protected by firewall.

Example 3: tdbengine and Windows-/Linux-frontend
You also can use a Windows-/Linux-frontend to work up your data. In that case tdbengine can be installed on the local computer or it can be installed on a central server. If users should be able to access data from more than one Computer tdbSQL should be installed on a central server.
The Windows-/Linux-frontend can be programed in every program language where a interface to tdbSQL exists. Projected are all the known advanced languages like C, C++, Java, C# etc.

 

Example 1: tdbengine and webserver installed on one server


Back