EventPro Software uses SQL databases, which means you need SQL Server.
SQL Server supports two Authentication Modes.
The Authentication Mode determines how the Users connect to SQL Server and validate their credentials:
•Windows Authentication Mode: With Windows Authentication, the Users connect to the SQL Server using their Windows user accounts. SQL Server validates the User accounts and passwords using information from the Windows operating system.
•Mixed Mode (which enables both SQL Server Authentication and Windows Authentication): With SQL Server Authentication, Users connect to SQL Server with logins that are created by and stored in SQL Server, not based on Windows user accounts.