Sorry, the question not about installation, but which database programm is better for iX Developer applications, SQL server express, Access or something different?
Has anybody related experience?
Debugging in Visual Studio 2010 Express
Re: Debugging in Visual Studio 2010 Express
Are you developing an iX Developer application targeting a WinCE-based terminal such as the T7A? Are you wanting the database to be stored on the terminal or on a remote PC?
Either way, there are ways to do this using C# scripting.
Either way, there are ways to do this using C# scripting.
Best Regards,
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Re: Debugging in Visual Studio 2010 Express
Yes, the target is T7A. I am not sure, where it will be stored, probably, on T7A as well.
Thank You, Waldemar
Thank You, Waldemar
Re: Debugging in Visual Studio 2010 Express
So you have a couple options here.
If you are going to connect to a remote database, you will want to look into writing C# script utilizing the System.Data.SqlClient Namespace.
http://ixtalk.beijerelectronics.com/vie ... t=sql#p263
If you are going to use a database on the terminal (.sdf file), then you will want to look into writing C# script utilizing the SqlCE namespace.
If you are going to connect to a remote database, you will want to look into writing C# script utilizing the System.Data.SqlClient Namespace.
http://ixtalk.beijerelectronics.com/vie ... t=sql#p263
If you are going to use a database on the terminal (.sdf file), then you will want to look into writing C# script utilizing the SqlCE namespace.
Best Regards,
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer