Show: Delphi C++
Display Preferences

Using dbExpress Connections

From RAD Studio XE2
Jump to: navigation, search

Go Up to Creating multi-tiered applications Index


dbExpress is a set of lightweight database drivers that provide fast access to SQL database servers. dbExpress provides drivers for direct SQL database server access as well as through the DataSnap server.

When using a DataSnap server, the client does not need the SQL database server connectivity client, because DataSnap provides complete proxy functionality. Besides relational data, server methods can be invoked using this type of connection. This allows access to server side logic and user objects.

dbExpress connection uses two communication protocols: TCP/IP and HTTP. Depending on the customer security constraints, the client can choose one or the other. From the client perspective, there is no functional difference between the two types, hence the protocol can be chosen at run time.

Both protocols offer callback functionality.


See Also

Personal tools
Previous Versions
In other languages