DevExpress with dotConnect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
HeleneC
Posts: 5
Joined: Thu 22 Oct 2009 00:57

DevExpress with dotConnect

Post by HeleneC » Tue 25 May 2010 15:23

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

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 27 May 2010 15:40

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

Post Reply