Click here to Skip to main content
16,021,112 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi i want to get special data from database table and put it to any type of variable!
for Example get data and put to the string Array like:string [] d; for later use.
but I don't know what! in ago i used databinding.add()with object control.But know i want a better way to this working!

thank's for answer me.
Posted
Comments
Sunny_Kumar_ 23-Jul-12 0:40am    
The question is incomplete as we could not figure out anything about what do you want to do actually. Please consider elaborating the question while asking reason behind we can't access your hard disk or can't read your mind to get a clear picture of the question.

1 solution

You can retrieve data using DataReader[^] class. But I don't know what special data means to you. Here[^] is described how to read blobs (binary large object) from databases. But you can not store retrieved data in any variably, only in a suitable one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900