ADO+RECORDSETS

  • Thread starter Thread starter Guy Cohen
  • Start date Start date
G

Guy Cohen

Hi all

Is it possible to work with ADO+RECORDSETS in asp.net ?
If yes - please send an example


TIA
Guy
 
Is it possible to work with ADO+RECORDSETS in asp.net ?
If yes - please send an example

It is possible, just treat them like any other COM object. But there really
is no need to. Are you getting ADO recordsets from a COM object or
something?
 
ADO is possible, but not recommended.


DataSets and IDataReaders are the correct way to access data.

..ExecuteReader and .LoadDataSet are 2 methods to google on.
 

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