Xbasic

SQL_TableImportDialog Function

Syntax

Result_Flag as L = SQL_TableImportDialog()

Arguments

Result_Flag

.T. = The import was successful. .F. = The import was unsuccessful or user cancelled.

Description

Display a dialog to import a SQL database to a local table.

Discussion

The SQL_TableImportDialog() function displays the Import Table from SQL dialog, which allows you to import a table from a SQL back-end database to a DBF table.

Limitations

Desktop applications only.

See Also