USE INTERNAL DATABASE

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

version 11


USE INTERNAL DATABASE

ParameterTypeDescription
This command does not require any parameters

Description

The USE INTERNAL DATABASE command is used to close any external connections opened using the USE EXTERNAL DATABASE command and to reconnect the application to the local 4D database. Any SQL statements executed within Begin SQL/End SQL structures will then be sent to the local 4D database.

This command does nothing if no external connection has been opened using the USE EXTERNAL DATABASE command.

See Also

Get current data source, GET DATA SOURCE LIST, USE EXTERNAL DATABASE.

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   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next