This is an old revision of the document!
When this option is selected, a SELECT SQL statement can be entered manually or pasted from another source such as SQL Server Management Studio.
This option should only be used with connections to SAP Business One. This option allows to select user queries built in SAP Business One.
In some rare instances it may be necessary to use an SQL Stored Procedure as the data source. This approach is not recommended if any other option is available.
This option allows the use of a database View as the data source
A Data View can be configured to display a Crystal Report. When this option is selected, the Crystal Report definition file is uploaded to the Versago site and used as the presentation method.
The Crystal Report source file is copied from the original location to the folder “C:\Program Files (x86)\TWBS\Versago\Websites\Versago Administration Web Site\Reports.” A number is prefixed to the file name to ensure it uniqueness. If the Crystal Report needs to be modified, you can either modify this file or modify it elsewhere and re-register the new version in Versago.
When designing a Crystal Report that will use a SQL Server database as its data source, the report connection type must be OLE DB (ADO). This connection type has three options for the data provider: SQL Native Client, Microsoft OLE DB Driver for SQL Server, and Microsoft OLE DB Provider for SQL Server. Any of these options should work with Versago.
If you have problems with one provider (e.g. being requested for login information at runtime), try one of the others to see if that resolves the issue.
When designing a Crystal Report that will us a HANA database as its data source, the report connection type be ODBC (RDO). This document explains how to configure this type of connection for use with HANA. Two options are described in the document. Be sure to use the B1CRHPROXY32 option. Here is a sample connection string to use as a starting point.
DRIVER={B1CRHPROXY32};SERVERNODE=<YourServer>:30015;DATABASE=<YourDB>
Replace <YourServer> and <YourDB> (without the < > symbols) with the appropriate values.
Information about installing the needed HANA driver is found here.