|
 |
access thread: Compiling
Message #1 by "Bob Bedell" <bobbedell15@m...> on Thu, 21 Nov 2002 17:28:13
|
|
Hi everybody,
Could someone explain compiling modules in Access to me, other than simply
translating to machine language. When should I do it? Why does code run
without compiling it? That sort of thing...
Thanks
Message #2 by "bwarehouse" <bwarehouse@y...> on Thu, 21 Nov 2002 11:51:34 -0700
|
|
Compiling is a must... you should do it every time you make a change to your
code.. Compiling can be the first
Major level of "error trapping" in your code; meaning it can spot errors
before the code runs, so you or your users
don't get a big surprise while running your application.
Later,
b.ware
-----Original Message-----
From: Bob Bedell [mailto:bobbedell15@m...]
Sent: Thursday, November 21, 2002 5:28 PM
To: Access
Subject: [access] Compiling
Hi everybody,
Could someone explain compiling modules in Access to me, other than simply
translating to machine language. When should I do it? Why does code run
without compiling it? That sort of thing...
Thanks
Message #3 by "Bob Bedell" <bobbedell15@m...> on Thu, 21 Nov 2002 23:51:07 +0000
|
|
Thanks
Compiling,
Bob
>From: "bwarehouse" <bwarehouse@y...>
>Reply-To: "Access" <access@p...>
>To: "Access" <access@p...>
>Subject: [access] RE: Compiling
>Date: Thu, 21 Nov 2002 11:51:34 -0700
>
>Compiling is a must... you should do it every time you make a change to
>your
>code.. Compiling can be the first
>Major level of "error trapping" in your code; meaning it can spot errors
>before the code runs, so you or your users
>don't get a big surprise while running your application.
>
>Later,
>b.ware
>
>-----Original Message-----
>From: Bob Bedell [mailto:bobbedell15@m...]
>Sent: Thursday, November 21, 2002 5:28 PM
>To: Access
>Subject: [access] Compiling
>
>Hi everybody,
>
>Could someone explain compiling modules in Access to me, other than simply
>translating to machine language. When should I do it? Why does code run
>without compiling it? That sort of thing...
>
>Thanks
>
>
>
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
Message #4 by "bwarehouse" <bwarehouse@y...> on Fri, 22 Nov 2002 04:09:14 -0700
|
|
No problem.
Later,
bware
-----Original Message-----
From: Bob Bedell [mailto:bobbedell15@m...]
Sent: Thursday, November 21, 2002 4:51 PM
To: Access
Subject: [access] RE: Compiling
Thanks
Compiling,
Bob
>From: "bwarehouse" <bwarehouse@y...>
>Reply-To: "Access" <access@p...>
>To: "Access" <access@p...>
>Subject: [access] RE: Compiling
>Date: Thu, 21 Nov 2002 11:51:34 -0700
>
>Compiling is a must... you should do it every time you make a change to
>your
>code.. Compiling can be the first
>Major level of "error trapping" in your code; meaning it can spot errors
>before the code runs, so you or your users
>don't get a big surprise while running your application.
>
>Later,
>b.ware
>
>-----Original Message-----
>From: Bob Bedell [mailto:bobbedell15@m...]
>Sent: Thursday, November 21, 2002 5:28 PM
>To: Access
>Subject: [access] Compiling
>
>Hi everybody,
>
>Could someone explain compiling modules in Access to me, other than simply
>translating to machine language. When should I do it? Why does code run
>without compiling it? That sort of thing...
>
>Thanks
>
>
>
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
|
|
 |