SetLanguage
Sets the internal
Language value. D7+ Only.
procedure SetLanguage
(Connection
:
TSQLConnection; Value: Boolean);
Parameters:
- Connection
- The TSQLConnection component that is connected to the
server.
- Value
- The value to set the internal Language variable to.
Exceptions:
EDatabaseError
is raised in case
of an error.
Example 5.8.
SetLanguage(SQLConnection1, True);