How to use ADO.NET in Excel 2000 VBA dev?

O

onedaywhen

Write you data access layer as a .NET assembly with COM interop and
create wrapper functions in VBA.
 
Top