Multimobile Development: Building Applications for any Smartphone
Recordset
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.


Thangaraj
GOOD ANSWER
How can we handle ADO recordset?
can we use the same recordset for multiple fetching of
records...

if means then when we have to close the recordset and
when to open the recordset?
Reply to this message...
Vote that this is a GOOD answer... (1 vote from another user already)
 
 
    
Peter Wu [Microsoft®]
GOOD ANSWER
There is NO recordset in ADO .NET.

An equivalent object in .NET to recordset is called DataTable. A DataSet is
a cached In-Memory database that may accomodate multiple DataTables.

However, .NET still allows you to use the old ADO recordset by employing
the interop technology. You can simply, in the project, add a reference to
the ADO COM component and VS.NET will automatically creat the wrapper for
you.

If you need more information on interop, please refer to MSDN.

Thanks,

Peter Wu
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
Reply to this message...
Vote that this is a GOOD answer... (1 vote from another user already)
 
 
 
System.Data.DataSet
System.Data.DataTable




Ad
BootFX
Reliable and powerful .NET application framework.
iOS, Android and Windows Phone Development Training and Consultancy
Hosted by RackSRV Communications
 
Multimobile Development: Building Applications for any Smartphone
Copyright © AMX Software Ltd 2008-2010. Portions copyright © Matthew Baxter-Reynolds 2001-2010. All rights reserved.
Contact Us - Terms of Use - Privacy Policy - 4.0.30129.1734