Re: Get 1st record in ADO.Net
- From: "Cor Ligthert" <notmyfirstname@xxxxxxxxx>
- Date: Mon, 6 Jun 2005 08:51:57 +0200
sam,
If you want to do the same as a recordset, than you have to look at a
datatable.
Now you are using a sequential datareader, which gives you the records one
by one, however does not store those in a table as it is with the recordset
and the datatable.
I hope this helps,
Cor
.
- References:
- Get 1st record in ADO.Net
- From: sam
- Get 1st record in ADO.Net
- Prev by Date: Re: I dragged an SQL table onto a form, it works, but where is the Open() method being called?
- Next by Date: Re: connection options to yukon
- Previous by thread: Re: Get 1st record in ADO.Net
- Next by thread: RE: Get 1st record in ADO.Net
- Index(es):
Relevant Pages
|