Remove tutorial materials from your computer.
Remove the authenticate_user script from the consolidated database.
Connect to the MobiLink sample database in Interactive SQL.
At a command prompt, type:
dbisql -c "dsn=SQL Anywhere 10 CustDB"
Remove the authenticate_user script.
For Java, execute the following command to remove the authenticate_user script:
call ml_add_java_connection_script( 'custdb 10.0', 'authenticate_user', null); commit;
For .NET, execute the following command to remove the authenticate_user script:
call ml_add_dnet_connection_script( 'custdb 10.0', 'authenticate_user', null); commit;
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. |
Close Interactive SQL and UltraLite Windows client application.
Choose Exit from the File menu of each application.
Close the SQL Anywhere, MobiLink, and synchronization client windows.
Right-click each task-bar item and choose Close.