Remove tutorial materials from your computer.
Return the ULCustomer table upload_insert and download_cursor scripts to their original SQL logic.
Click Start » Programs » SQL Anywhere 11 » Interactive SQL, or run the following command:
dbisql |
Click the Identification tab.
Click ODBC Data Source Name and type SQL Anywhere 11 CustDB.
Click OK.
Run the following commands in Interactive SQL:
CALL ml_add_table_script( 'custdb 11.0', 'ULCustomer', 'upload_insert', 'INSERT INTO ULCustomer( cust_id, cust_name ) VALUES( ?, ? )' ); CALL ml_add_table_script( 'custdb 11.0', 'ULCustomer', 'download_cursor', 'SELECT "cust_id", "cust_name" FROM "ULCustomer" WHERE "last_modified" >= ?' ); COMMIT; |
To close the SQL Anywhere, MobiLink, and synchronization client windows, right-click each taskbar item and choose Close.
Delete all tutorial-related Java sources.
Delete the folder containing your CustdbScripts.java and CustdbScripts.class files (c:\mljava).
Ensure that you do not have any important files in c:\mljava.
Reset the database for the Windows Sample Application.
Run the following command from the samples-dir\UltraLite\CustDB directory:
newdb.bat |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |