TECH TIP: WebTier Content Providers The WebTier architecture dispatches WebRequests to appropriate ContentProviders. ContentProviders are responsible for processing a request and generating a response. Requests sent from a web browser to the webtier must include a content parameter. For example: content=Viewer In your WebTier application you can check this by checking TrsWebRequest.ContentType (or by checking Full Article…
Search the Wiki
CGI Not supported
The WebTier cannot be used to implement a CGI application. The WebTier is designed to support ISAPI, ASP, or Apache Shared Modules. Examples are installed to RBServer\Demos\WebTier. Each example includes a ReadMe.doc. The demos also include an example of using the WebTier in a Delphi WebBroker WebDebugger application. This is recommended for debugging applications. CGI Full Article…
Using Local Interbase
TECH TIP: RB Server and Local Interbase Local Interbase is a desktop database solution and has built-in connectivtiy limitations. One such limitation is that a Window Service application cannot connect to it unless the service application has permission to interact with the desktop. Therefore if you are running a report server application within the context Full Article…