Q: After enabling database support, where should I go to connect to the database using the generated mobile application?
A: When the user chooses to enable database support, the wizard will customize the generated visual C# project and instruct the IDE to create an SQL connection object automatically declared as follow:

private System.Data.SqlClient.SqlConnection sqlConnection1;

the user should customize the connection by editing the connection string and then use the ADO. Net objects to interact with that database.

 
Q: Where can I find more information that guides me to build my mobile application based on Extentrix Starter kit for Mobile Devices?
A: Extentrix devotes a section for mobile services where you can find a lot of information that will guide you while developing your own mobile applications. In addition, you can go one step and submit your applications there to complete the knowledge exchange cycle with others.
 
Q: After developing my mobile application using Extentrix starter kit, what is the next step that should be taken to let other access that application from their mobile devices?
A: The application can be deployed (published) on Citrix Presentation Server to be accessed by mobile devices. The users who intended to launch the application from their mobile devices should have the ICA client installed on their mobile devices.
 
 

© 2008 Extentrix Systems