SQL ExcelSQL Excel

Freeware Excel Add-In - Simplify data retrieval from SQL Server, Oracle, Sybase, MySQL, DB2, Firebird and any other ODBC compliant database

What technology was used to build SQL Excel ? Print E-mail
Saturday, 03 May 2008

The add-in is a COM add-in.   Basically an ActiveX DLL.  This DLL needs to be registered on the users machine.  The core functionality of the installation process is actually the registration of this DLL.

Microsoft introduced COM for Office with Office 2000.

Advantages of a COM add-in over a traditional VBA Add-in are the following

  • Runs Faster - the code is compiled as opposed to VBA's script style
  • Better security
  • Smaller distribution - compiled format gives smaller file size for easier / faster distribution
  • Makes use of Seperate Threading - each COM Add-in is given its own execution thread
  • Can be used in all Office Applications (this particular add-in was built for Excel but could be easily modified to work with Word or access)
Last Updated ( Sunday, 04 May 2008 )
 
< Prev   Next >

Google Translate

Copyright SQL Excel, 2007-2008 | valid xhtml? | valid CSS? |Microsoft ® and Microsoft Excel ® are registered trademarks of Microsoft Corporation