Navigation:  Macro > Instructions > Base de données >

SQL GET USER

AiM Services
Previous pageReturn to chapter overviewNext page

SQL GET USER User$,Pass$,[Err]

Cette instruction retourne le nom de l'utilisateur actuellement connecté.
 

Exemple

 .
 SQL GET USER N$,P$,Err
 IF Err THEN
 SQL LOGIN "system","manager",Err
 IF Err THEN STOP
 END IF
 .