Remove tutorial materials from your computer.
To remove tutorial materials from your computer
Return the ULCustomer table upload_insert and download_cursor scripts to their original SQL logic.
Choose Start » Programs » SQL Anywhere 11 » Interactive SQL, or run the following command:
dbisql |
The Connect window appears.
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" >= ?' ); |
Close the SQL Anywhere, MobiLink, and synchronization client windows by right-clicking each taskbar item and choosing Close.
Delete all tutorial-related .NET sources.
Delete the folder containing your CustdbScripts.cs and CustdbScripts.dll files (c:\mldnet).
Ensure that you do not have other important files in c:\mldnet.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |