Page 1 of 1

DevExpress with dotConnect

Posted: Tue 25 May 2010 15:23
by HeleneC
Hi,

I'm totally new to Visual Studio 2008 and giving it a try. I intend to program in c sharp. I normally use Delphi and already am a client of yours with SDAC for VCL. I also normally program with DevExpress components.

I have dowloaded the dotConnect.NET and installed it in Visual Studio 2008 and I have done the same thing with DevExpress for Visual Studio 2008.

Everything is find but I just can't figure out how to bind data from my dotConnect.NET connection to a DevExpress TextEditors.

Is it possible and do you have an example on how to do this?

Best regards,

Helene

Posted: Thu 27 May 2010 15:40
by StanislavK
Could you please specify the exact DevExpress control you are interested in?

The common way to bind data to a control is to set its DataSource property to an object implementing the IList or IListSource interface. In the Devart.Data.SqlServer namespace such objects can be, for example, SqlDataSet and SqlDataTable. For more information on how to initialize and use them, please see the corresponding topics of our documentation:
http://www.devart.com/dotconnect/sqlser ... izard.html
http://www.devart.com/dotconnect/sqlser ... Table.html