Results 1 to 2 of 2

Thread: Can I bind gridview with oracle table ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    150

    Can I bind gridview with oracle table ?

    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 ?

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Can I bind gridview with oracle table ?

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width