Views: 22

To export the list:

  1. Open the Apex One (Mac) database using SQL Manager or SQL Server Management Studio Express.
  2. Either open the table "dbo.tb_ClientInfo" or create an SQL script with the following command:

    select * from dbo.tb_ClientInfo

  3. After running the query, right-click the results and select Save Results As.. to save the information to a CSV file.