Data Retrieval

  • Thread starter Thread starter gkguthikonda
  • Start date Start date
G

gkguthikonda

Hi,
I am working with an Access Database where I have to retrieve the data
from the database based on the User input and on retrieval I have to
populate that record data in individual textboxes..
Can any one please help me over this...

Thanks in Advance,
GK.
 
Hi,

That's simple. Use the System.Data.OleDb namespace to access the Access DB
(see more info in MSDN on ADO .NET). Then use Windows Forms Data Binding
(again MSDN has a plenty of detail on it) to bind the text boxes to the
resultant DataSet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top