|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ADO.NET and ExcelHi!!, I need to populate an excel sheet with a query, some people says
that I can use CopyFromRecordset to do that but I need to add a reference to an ADODB.Recordset, my question is, le ADODB library is included in framework 2.0?, Do I have to make an extra instalation of this library for the end users? Thank you. Ruben. ADODB is COM and not .NET. It is apart of MDAC.
I'm not sure what the current version is. At least 2.8. You can get this from microsoft downloads. You can then add a COM reference to your .net project in order to use it via COM Interop. -- Show quoteRobbe Morris - 2004-2006 Microsoft MVP C# Earn money answering .NET questions http://www.eggheadcafe.com/forums/merit.asp "rguarnieri" <ru***@hmstrategies.com> wrote in message news:1145986431.069450.190800@j33g2000cwa.googlegroups.com... > Hi!!, I need to populate an excel sheet with a query, some people says > that I can use CopyFromRecordset to do that but I need to add a > reference to an ADODB.Recordset, my question is, le ADODB library is > included in framework 2.0?, Do I have to make an extra instalation of > this library for the end users? > > Thank you. > Ruben. > On 25 Apr 2006 10:33:51 -0700, "rguarnieri" <ru***@hmstrategies.com> wrote: ¤ Hi!!, I need to populate an excel sheet with a query, some people says¤ that I can use CopyFromRecordset to do that but I need to add a ¤ reference to an ADODB.Recordset, my question is, le ADODB library is ¤ included in framework 2.0?, Do I have to make an extra instalation of ¤ this library for the end users? See the below KB article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;316934 Paul ~~~~ Microsoft MVP (Visual Basic) |
|||||||||||||||||||||||