ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Columns of a given table Hide the details
Name of the table columns.If <Details> is set to False, the character string contains the name of each table column separated by CR: Column1 + CR + Column2 + CR + ... + ColumnN If <Details> is set to True, the character string contains the name of each table column along with various information about the column (name, type, size): ColumnName + TAB + Type1 (N/T) + TAB + Type2 (number) + TAB + Size + CR This format is presented in the Remarks. The results regarding the types and the sizes of columns may differ from the results returned in WINDEV.
Number of the connection to use, returned by SQLConnect.
Name of the table whose columns are requested.
True (default option) for a detailed result, False for a simplified result.
Columns of a given query Hide the details
If <Details> is set to False, the character string contains the name of each table column separated by CR characters (Carriage Return): Column1 + CR + Column2 + CR + ... + ColumnN If <Details> is set to True, the character string contains the name of each table column along with various information about the column (name, type, size): ColumnName + TAB + Type1 (N/T) + TAB + Type2 (number) + TAB + Size + CR This format is presented in the Remarks. The results regarding the types and the sizes of columns may differ from the results returned in WINDEV.Versions 16 and later Caution: The characteristics of the columns cannot be known if no result was returned by the query. New in version 16 Caution: The characteristics of the columns cannot be known if no result was returned by the query. Caution: The characteristics of the columns cannot be known if no result was returned by the query.
Name of the query (run by SQLExec or SQLExecWDR) whose columns are requested.Versions 16 and later Only the queries created and run by SQLExec are available. New in version 16 Only the queries created and run by SQLExec are available. Only the queries created and run by SQLExec are available.
True for a detailed result, False (default option) for a simple result.
Detailed information about the columns
Tip: How to speed up the execution time of SQLColumn?
Last update: 09/19/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: