25 users using DBSP now!
home -> documentation -> environment guide -> configuring the database connection


Configuring the database connection

The cornerstone of the DBSP Engine are database connections. The DBSP engine lets you natively access to the must popular and powerful databases (See supported databases).

The DBSP Engine establishes access to supported databases "natively". This means that no ODBC or JDBC or any intermediate layer is needed between the DBSP Engine and the database client.


DBSP Engine data access scheme

If the database and web server resides on the same machine or in different servers, the connection approach does not change. You can access all your databases in the same way, regardless of the platform they may be running on. You can even exchange information between different kinds of databases as a result of a web request.


DBSP Engine data access scheme

Previous | Next