Hi,
I am new to APS.NET and programming in general and was looking for some help. I am using ASP.NET 2.0 and C# with an Oracle 10g Express Edition database behind my application.
What I am trying to do is retrieve the last 10 entries in the database (I know the SQL to do this) but would like some help on how best to fire the query i.e. would it be ExecuteNonQuery or something different?
Once I have retrieved the 10 rows of data I want to be able to manipulate certain columns within those different rows, the way I thought I would do this would be to somehow get the data returned from database query into an array? but I do not know how to do this!
Could anyone please give me some advise on how best to proceed in this matter or point me in the direction of some good websites?
Any help would be gratefully received,
Regards