I've been looking around for a way to bind a gridview with oracle , can someone help me out . . . what are the ways , I know one way which is through using ObjectDataSource , are there any better ?
Printable View
I've been looking around for a way to bind a gridview with oracle , can someone help me out . . . what are the ways , I know one way which is through using ObjectDataSource , are there any better ?
Data binding has nothing to do with the database management system, and everything to do with the objects, for example classes that implement IDataReader, that are populated by queries against the DBMS.
http://www.csharp-station.com/Tutori.../Lesson01.aspx - replacing Sql* (e.g. SqlConnection) with the matching Oracle implementation.