R
Rigid Kitten
I cannot figure out how to:
1. call an Access query from C# and consume the recordset, where the query
uses a user defined function. for example
select rowid, GetBreedOfCat([rowid]) from tblCats;
2. call an Access function from C# and consume the returned value. For
example, how to consume the returned recordset:
Public function getAllcats() as recordset
end function
Thank you for your help,
John
1. call an Access query from C# and consume the recordset, where the query
uses a user defined function. for example
select rowid, GetBreedOfCat([rowid]) from tblCats;
2. call an Access function from C# and consume the returned value. For
example, how to consume the returned recordset:
Public function getAllcats() as recordset
end function
Thank you for your help,
John