artful at rogers.com
artful at rogers.com
Mon Feb 19 08:25:33 CST 2007
You may be right, but it flies in the face of what little I know about Access. I was under the impression that code sitting in the MDB would be loaded on first call and thereafter reside in memory. Is that not true when you do something like create a Word object? Arthur Fuller Technical Writer, Data Modeler, SQL Sensei Artful Databases Organization www.artfulsoftware.com ----- Original Message ---- From: Jim Dettman <jimdettman at verizon.net> To: Access Developers discussion and problem solving <accessd at databaseadvisors.com> Sent: Monday, February 19, 2007 8:41:07 AM Subject: Re: [AccessD] Missing references Jim, <<By checking the local references a program can then adapt to its' current surroundings; but this requires a late-binding design.>> How so? If your dimming something as an object, you using late binding. I don't know of anyway of changing from late to early without re-compiling the program. And if you use late binding, your carrying the performance hit all the time. Jim.