DB.Login (gb.db2)
Static Property Login As String
Returns or sets the user used for establishing the connection.
Note: Sqlite has no concept of users. Access to a database is controlled by the actual file permissions of the database file. This means that the Login is always the user id executing the Gambas program.