Cleanup

Remove tutorial materials from your computer.

To remove tutorial materials from your computer
  1. Remove the authenticate_user script from the consolidated database.

    1. Connect to the MobiLink sample database in Interactive SQL.

      Run the following command:

      dbisql -c "dsn=SQL Anywhere 11 CustDB"
    2. Remove the authenticate_user script.

      For Java, run the following command to remove the authenticate_user script:

      call ml_add_java_connection_script(
      'custdb 11.0',
      'authenticate_user',
      null);
      commit;

      For .NET, run the following command to remove the authenticate_user script:

      call ml_add_dnet_connection_script(
      'custdb 11.0',
      'authenticate_user',
      null);
      commit;
  2. Delete your Java or .NET source files.

    For example, delete the c:\mlauth directory.

    Caution

    Make sure you only have tutorial related materials in this directory.

  3. Close Interactive SQL and UltraLite Windows client application.

    Choose Exit from the File menu of each application.

  4. Close the SQL Anywhere, MobiLink, and synchronization client windows.

    Right-click each task-bar item and choose Close.

  5. Reset the database for the Windows Sample Application.

    Run the following command from the samples-dir\UltraLite\CustDB directory:

    newdb.bat