Bypass authentication

Although you cannot disable authentication, you can bypass it by using UltraLite defaults when you create and connect to the database.

If you do not supply the UID and the PWD parameters, UltraLite assumes the defaults of UID=DBA and PWD=sql.

To bypass authentication in UltraLite
  1. Do not set the UID and PWD connection parameters when you create a database.

  2. Do not delete or modify the default user in your UltraLite database.

  3. Do not set the UID and PWD connection parameters when you connect to the database you have created.

See also