Click here to Skip to main content
15,908,115 members
Home / Discussions / Database
   

Database

 
GeneralORDER BY myColumn (myVariable) Pin
David Fawn9-Oct-04 1:38
David Fawn9-Oct-04 1:38 
GeneralRe: ORDER BY myColumn (myVariable) Pin
David Fawn9-Oct-04 2:57
David Fawn9-Oct-04 2:57 
GeneralHelp! ADO, OLE DB, and MS Access Pin
CherezZaboro8-Oct-04 9:57
CherezZaboro8-Oct-04 9:57 
GeneralRe: Help! ADO, OLE DB, and MS Access Pin
Vasudevan Deepak Kumar9-Oct-04 1:44
Vasudevan Deepak Kumar9-Oct-04 1:44 
QuestionHow to declare First Record of file? Pin
DotNet8-Oct-04 2:47
DotNet8-Oct-04 2:47 
AnswerRe: How to declare First Record of file? Pin
sreejith ss nair8-Oct-04 5:46
sreejith ss nair8-Oct-04 5:46 
GeneralRe: How to declare First Record of file? Pin
DotNet8-Oct-04 5:52
DotNet8-Oct-04 5:52 
GeneralRe: How to declare First Record of file? Pin
Colin Angus Mackay8-Oct-04 9:35
Colin Angus Mackay8-Oct-04 9:35 
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


Do you want to know more?


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.
AnswerRe: How to declare First Record of file? Pin
rajla10-Oct-04 21:02
sussrajla10-Oct-04 21:02 
GeneralRe: How to declare First Record of file? Pin
DotNet10-Oct-04 21:48
DotNet10-Oct-04 21:48 
Generalhandling errors from accessing SQL Database Pin
bekunkun7-Oct-04 23:14
bekunkun7-Oct-04 23:14 
GeneralRe: handling errors from accessing SQL Database Pin
Colin Angus Mackay8-Oct-04 1:17
Colin Angus Mackay8-Oct-04 1:17 
GeneralInvalidOperationException ADO . NET Pin
wilsonian7-Oct-04 14:06
wilsonian7-Oct-04 14:06 
GeneralTwo Tables and Datalist problem Pin
David Fawn7-Oct-04 8:18
David Fawn7-Oct-04 8:18 
GeneralRe: Two Tables and Datalist problem Pin
Colin Angus Mackay7-Oct-04 11:11
Colin Angus Mackay7-Oct-04 11:11 
GeneralRe: Two Tables and Datalist problem Pin
David Fawn8-Oct-04 4:15
David Fawn8-Oct-04 4:15 
GeneralOutput vs select Pin
Not Active7-Oct-04 7:37
mentorNot Active7-Oct-04 7:37 
GeneralRe: Output vs select Pin
Kurt _B7-Oct-04 13:00
Kurt _B7-Oct-04 13:00 
GeneralRe: Output vs select Pin
Steven Campbell8-Oct-04 7:11
Steven Campbell8-Oct-04 7:11 
GeneralRe: Output vs select Pin
Grimolfr12-Oct-04 4:43
Grimolfr12-Oct-04 4:43 
GeneralRe: Output vs select Pin
Not Active12-Oct-04 6:09
mentorNot Active12-Oct-04 6:09 
GeneralRe: Output vs select Pin
Grimolfr12-Oct-04 7:59
Grimolfr12-Oct-04 7:59 
GeneralRe: Output vs select Pin
Not Active12-Oct-04 9:54
mentorNot Active12-Oct-04 9:54 
QuestionCan I bind more than 1 field in a HyperlinkColumn? Pin
DotNet7-Oct-04 7:14
DotNet7-Oct-04 7:14 
AnswerRe: Can I bind more than 1 field in a HyperlinkColumn? Pin
Not Active7-Oct-04 7:32
mentorNot Active7-Oct-04 7:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.