Re: Data Retrieval by Dmytro
Dmytro
Tue Mar 14 05:01:34 CST 2006
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.
<gkguthikonda@gmail.com> wrote in message
news:1142201660.077669.65030@v46g2000cwv.googlegroups.com...
> 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.
>