|
-
Dec 1st, 2007, 05:45 AM
#1
Thread Starter
Addicted Member
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 ?
-
Dec 1st, 2007, 12:46 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|