Using TSimpleObjectBroker

From RAD Studio
Jump to: navigation, search

Go Up to How To Perform Database Procedures

If you have multiple COM-based servers that your client application can choose from, you can use an Object Broker to locate an available server system.

To use TSimpleObjectBroker

  1. Open File > New > Windows VCL Application - Delphi
  2. From the DataSnap category of the Tool Palette, choose the connection component depending on the kind of connection you want.
  3. From the Tool Palette, drag a TSimpleObjectBroker to the form.
  4. In the Object Inspector, set the ObjectBroker property of the connection component that you chose in Step 3 to use this broker.

Warning: Do not use the ObjectBroker property with SOAP connections.

See Also