Remove tutorial materials from your computer.
Return the ULCustomer table upload_insert and download_cursor scripts to their original SQL logic.
Open Interactive SQL.
The Connect dialog appears.
On the Identification tab, choose the ODBC Data Source SQL Anywhere 10 CustDB.
Click OK to Connect.
Execute the following commands in Interactive SQL:
CALL ml_add_table_script( 'custdb 10.0', 'ULCustomer', 'upload_insert', 'INSERT INTO ULCustomer( cust_id, cust_name ) VALUES( ?, ? )' ); CALL ml_add_table_script( 'custdb 10.0', 'ULCustomer', 'download_cursor', 'SELECT "cust_id", "cust_name" FROM "ULCustomer" WHERE "last_modified" >= ?' ); COMMIT;
Close the SQL Anywhere, MobiLink, and synchronization client windows by right-clicking each taskbar item and choosing Close.
Delete all tutorial-related Java sources.
Delete the folder containing your CustdbScripts.java and CustdbScripts.class files (c:\mljava).
Note:Ensure that you do not have other important files in c:\mljava. |