USE EXTERNAL DATABASE

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11


Compatibility Note: This command has been replaced by the SQL LOGIN command starting with version 11.3 of 4D. It has been kept for compatibility reasons only and will not be maintained in future versions of the program.

USE EXTERNAL DATABASE (sourceName{; user; password})

ParameterTypeDescription
sourceNameStringName of ODBC data source to connect to
userStringUser name
passwordStringUser password

System Variables or Sets

If the command is executed correctly, the OK system variable is set to 1. Otherwise, it is set to 0 and an error is generated.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next