How to create early or late binding in MS Access Application?

We provide custom software development services and also help many companies to convert ms access application to web based solution. This way these companies can run their application from anywhere in the world. In addition, our MS Access Developers maintain and improve MS Access applications all over the world.

Today, we are going to discuss about early or late binding implementation in MS Access Application. You may see actual code when you scroll down.

When it comes to automation, MS Access Developers often have to decide between early or late binding, especially when referring to other MS Office applications.

The main reason is due to the multiple MS Access versions through the years, 97, 2000, 2003, 2007, 2010 etc. To ensure backward compatibility between versions, it is normally better to use late binding since early binding, could result in non-operation or system crashes because the Library reference made will fail.

This article will explained the difference between early and late binding to make the decision easier when doing custom software development.

Early Binding:

The link between the application and the object, is hard coded by using the object’s unique identified, to flag references using the Windows registry.

This results in faster access at runtime, but the disadvantage is that in most cases the version of MS Access that was used for developing, must be the same as the MS Access version where it is deployed. In some cases it is backward compatible. It is therefore necessary to test compatibility.

Late Binding:

This method allows you to load a variety of different objects (with the correct parameters).
The method is slower access at runtime, due to a larger executable because code needs to search for the object's methods and properties at runtime.

The advantage is that the method is compatible between all versions of MS Access / MS Office.

See below VB Code Examples:

Early binding vb code:

Set reference to 'Microsoft Excel 8.0 Object Library' in the Project|References dialog (or Tools|References for VB4 or VBA). Declare the object as an early-bound object.

Late binding vb code:

No reference to a type library is needed to use late binding. As long as the object supports IDispatch, the method can be dynamically located and invoked at run-time. Declare the object as a late-bound object.

If you need more info please call us at: 732-536-4765 or use the Contact Us link. Our MS Access consultants will be glad to assist.

Doron Farber - The Farber Consulting Group

I started to develop custom software since 1985 while using dBase III from Aston Tate. From there I moved to FoxBase and to FoxPro and ended up working with Visual FoxPro until Microsoft stopped supporting that great engine. With the Visual FoxPro, I developed the VisualRep which is Report and Query Engine. We are also a dot net development company, and one of our projects is a web scrapping from different web sites. We are Alpha AnyWhere developers, and the Avis Car Rental company trusted us with their contract management software that we developed with the Alpha Five software Engine.

Comments

Got questions about unleashing the full potential of your project?
We’ve got the answers!

Contact Us

Search