To create a SQL spreadsheet:
Drag the SQL Spreadsheet icon from the component toolbar to a document panel.
Select a supported JDBC driver type from the JDBC Driver drop-down list.
You can select from Microsoft SQL Server, IBM DB2, Oracle, JDBC-ODBC Bridge, and Other.
When the selection is made, a driver name populates the corresponding Driver text box. If Other is selected, you must enter a driver name definition.
When the selection is made, a sample database connection string syntax populates the corresponding JDBC Connection String text box. When Other is selected, you must enter a JDBC database connection string.
Edit the sample database connection string syntax so that it specifies your RDBMS computer name and database name.
Enter a user name and password for the relational data source in the corresponding text boxes, or select Username/Password to enter your current logon credentials.
Optional: Define query governor parameters for row limits and fetch size.
The default settings limit the result set to 250 rows, being fetched 100.
The query is sent to the relational data source and a SQL spreadsheet is displayed on the document panel.