2.3.3 dbInfo
Contents
Brief Information
Show database connection information
Command Line Usage
1. dbInfo; // dump to output winodw
2. dbinfo sql:=str; // still dump connection string but SQL string put into string variable str instead
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input Worksheet | iw |
Input Worksheet |
|
Worksheet connected to the database |
| Output SQL string | sql |
Output string |
|
|
| Output Connection string | connect |
Output string |
|
Description
This function show the database connection and query string associated to the worksheet
Related X-Functions
Keywords:query