Hi
I am working on a program and i want to take the data from a roe in the database and use it in my form.But I havent got a clue how do do this. can you help
thanks
Hi
I am working on a program and i want to take the data from a roe in the database and use it in my form.But I havent got a clue how do do this. can you help
thanks
Can you help??
AmarAtAIR
hi,
you have many options
you can use your bindingsource.filter ="yourcolumnname = '" + thevalueyousearchfor + "'"
you can use dataview dv as new dataview("yourtable","yoursearchcritare","",) search msdn for dataview and datarowview
you can use a manualconnection to do that
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=214089&SiteID=1
and there are other options depending on what you want to do
hope that helps
Swammie