All--
Please help.
Can someone post a some simple code sample, (with a well-known database instance, such as Northwind), that shows how to use ExecuteMultiRowDataTableRetrievalQuery?
Function ExecuteMultiRowDataTableRetrievalQuery( _
ByVal queryToExecute As IRetrievalQuery, _
ByVal dataAdapterToUse As DbDataAdapter, _
ByVal fieldsPersistenceInfo As IFieldPersistenceInfo() _
) As DataTable
I am new to LLBLGen and, unfortunately, I missing something in the explanation of ExecuteMultiRowDataTableRetrievalQuery and cannot get it to work.
FYI, I am using VB.NET, LLBLGen Adatpter Templates, SQL Server 2000, VS.NET 2003, Remoting, with both a WindowsForms client and an ASP.NET client.
Any help is appreciated.
Thank you.
--Mark Kamoski