Debugging in Visual Studio 2010 Express

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Re: Debugging in Visual Studio 2010 Express

Post by wlederer »

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?

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: Debugging in Visual Studio 2010 Express

Post by Ron L. »

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.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Re: Debugging in Visual Studio 2010 Express

Post by wlederer »

Yes, the target is T7A. I am not sure, where it will be stored, probably, on T7A as well.
Thank You, Waldemar

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: Debugging in Visual Studio 2010 Express

Post by Ron L. »

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.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

Post Reply