Access 2003 runtime and MS Soap

A

Albert D. Kallal

Please could you tell me what you mean by a late binding?

Late binding is what every developer learns to use so you do NOT have a
setup the references in your code (tools->references).

So, when we use word automation, we actually REMOVE the reference to word in
the tools->references. This means that when we move the application to
another pc that have a slightly different install, or even fact a completely
different version of word, our code still works.

You can read about it here:

http://www.granite.ab.ca/access/latebinding.htm
 
B

Brendan Reynolds

As Sharat's code currently only works with one specific version of the SOAP
library, though, late binding (while I agree it is a good idea) will not *by
itself* solve the problem. It would also be necessary to identify what it is
in the code that is dependent on that specific version of the library, and
attempt to modify the code to eliminate that dependency.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top