In the following procedure, you build your application and deploy it to a remote device or emulator.
To deploy your application
Build the solution.
Ensure that your application builds without errors.
Choose the deployment target.
The deployment target must match the version of ulnet11.dll that you included in your application.
Choose Debug » Start.
This builds an executable file containing your application and deploys it to the emulator. The process may take some time, especially if it must deploy the .NET Compact Framework before running the application.
If errors are reported, you may want to check that your deployment was completed successfully using the following checklist:
To test your application
Insert data into the database:
Enter a name in the text box and click Insert. The name should now appear in the listbox.
Update data in the database:
Select a name from the listbox. Enter a new name in the text box. Click Update. The new name should now appear in place of the old name in the listbox.
Delete data from the database:
Select a name from the list. Click Delete. The name no longer appears in the list.
This tutorial is complete.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |