How to declare First Record of file?
-
I can't remember on the recordset.first which I had it in ASP. When comes to ASP.NET, I can't find it. Is there anyway to declare it?
I didn't get your doubt. Are u talking about Ado.Net or Ado ? Sreejith Nair [ My Articles ]
-
I didn't get your doubt. Are u talking about Ado.Net or Ado ? Sreejith Nair [ My Articles ]
-
ASP.NET doesn't handle databases. ASP = Active Server Pages. In other words it is a web application framework. ADO.NET is the database interface technology in the .NET Framework. DotNet wrote: Do they have this BOF and EOF? No. ADO.NET uses a different model for accessing the database. You can access the database in one of two ways. Using a DataAdapter with DataSets or (for forward & read only operations) you can use a DataReader You might also want to read this article[^] on the differences and migration between classic ADO and ADO.NET
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
-
I can't remember on the recordset.first which I had it in ASP. When comes to ASP.NET, I can't find it. Is there anyway to declare it?