Database operation [modified]
-
How can retrive a data from databse without using DataTable or Dataset or DataReader ,but using System.object or store data into arraylist -- modified at 1:45 Thursday 22nd November, 2007
-
How can retrive a data from databse without using DataTable or Dataset or DataReader ,but using System.object or store data into arraylist -- modified at 1:45 Thursday 22nd November, 2007
Hi, for what purpose you want to do this ? If u want to bind with Gridview then you can add datasource.
Thanks, Sun Rays Rate this post if you like answer. My Articles
-
How can retrive a data from databse without using DataTable or Dataset or DataReader ,but using System.object or store data into arraylist -- modified at 1:45 Thursday 22nd November, 2007
Dharti Gajjar wrote:
How can retrive a data from databse without using DataTable or Dataset or DataReader
This is like saying "I need to write a computer program, but I don't want to use any programming languages". Why do you need this ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi, for what purpose you want to do this ? If u want to bind with Gridview then you can add datasource.
Thanks, Sun Rays Rate this post if you like answer. My Articles
but using Systen.Object Array, just to store data in array from database. Once it get then that array can be assign to datasource
-
Dharti Gajjar wrote:
How can retrive a data from databse without using DataTable or Dataset or DataReader
This is like saying "I need to write a computer program, but I don't want to use any programming languages". Why do you need this ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
dear frnd, You can assign values from database to list(arraylist,generic list) but you should use atleast datareader to fetch data from database.
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySankerVipin.d wrote:
but you should use atleast datareader to fetch data from database.
:((:(( You have not read the question, and you have not understood what I meant in my reply.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Vipin.d wrote:
but you should use atleast datareader to fetch data from database.
:((:(( You have not read the question, and you have not understood what I meant in my reply.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions