SQL DataSource

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jose carvalho
Posts: 3
Joined: Tue 25 Jul 2006 14:47

SQL DataSource

Post by jose carvalho » Tue 08 Aug 2006 16:24

Are there any example using OraDirect .Net and sqlDataSource with a GridView ( .Net 2.0 )


Thanks

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Thu 10 Aug 2006 11:13

This can be done in the few following steps:
  • Drop GridView control onto designer
  • Open Choose Data Source combobox from GridView Tasks popup
  • Select New Data Source
  • Choose Database
  • Setup new connection via OraDirect .NET Data Provider
  • Select table and columns
  • Finish Data Source Wizard
This is the easiest way to get customized GridView with SqlDataSource for
OraDirect .NET Data Provider. We plan to include set of tutorials to demonstrate
this in the next version of our provider.

Post Reply