Patching a Microsoft Access Program 
Author Message
 Patching a Microsoft Access Program

Hello everyone,

I have an access project deployed in dozens of locations,
and as new features or fixes become available I need to
send an update patch.

The only way ive figrued out is to create a new database
with the corrected table, query, form, report, etc. and
use a "DoCmd.TransferDatabase acExport" command to send
the file over, which seemed to work.

However if i try to send over multiple tables and forms
and or large forms, i sometimes get the following error;

runtime error "3420"

Object invalid or no longer set.

The strange thing is if i just keep trying running it a
few times, eventually it will work, but i hate having
calls come in and havignt ot ell them to just keep trying
until it works.  Any ideas why this is happening and how
to make it work on the first try?  I tried having it
repeat itself automatically when the error happens, but
in some cases it was crashing the program altogether.

thanks!



Mon, 29 Aug 2005 02:30:57 GMT  
 Patching a Microsoft Access Program
Mike,

I don't have first-hand experience with this product, but
databasecreations.com has a product called Surgical Strike that is designed
to do exactly what you are describing.

Joe


Quote:
> Hello everyone,

> I have an access project deployed in dozens of locations,
> and as new features or fixes become available I need to
> send an update patch.

> The only way ive figrued out is to create a new database
> with the corrected table, query, form, report, etc. and
> use a "DoCmd.TransferDatabase acExport" command to send
> the file over, which seemed to work.

> However if i try to send over multiple tables and forms
> and or large forms, i sometimes get the following error;

> runtime error "3420"

> Object invalid or no longer set.

> The strange thing is if i just keep trying running it a
> few times, eventually it will work, but i hate having
> calls come in and havignt ot ell them to just keep trying
> until it works.  Any ideas why this is happening and how
> to make it work on the first try?  I tried having it
> repeat itself automatically when the error happens, but
> in some cases it was crashing the program altogether.

> thanks!



Mon, 29 Aug 2005 04:24:12 GMT  
 Patching a Microsoft Access Program
I believe that Tony's Toews free autoFE updater should
also do what you're looking for.  Although it is created
to update frontends, I believe that it'll also do what you
want.  It's a GREAT utility.

http://www.granite.ab.ca/access/autofe.htm

-hai

Quote:
>-----Original Message-----
>Hello everyone,

>I have an access project deployed in dozens of locations,
>and as new features or fixes become available I need to
>send an update patch.

>The only way ive figrued out is to create a new database
>with the corrected table, query, form, report, etc. and
>use a "DoCmd.TransferDatabase acExport" command to send
>the file over, which seemed to work.

>However if i try to send over multiple tables and forms
>and or large forms, i sometimes get the following error;

>runtime error "3420"

>Object invalid or no longer set.

>The strange thing is if i just keep trying running it a
>few times, eventually it will work, but i hate having
>calls come in and havignt ot ell them to just keep trying
>until it works.  Any ideas why this is happening and how
>to make it work on the first try?  I tried having it
>repeat itself automatically when the error happens, but
>in some cases it was crashing the program altogether.

>thanks!
>.



Mon, 29 Aug 2005 06:44:05 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. microsoft.public.access.forms;microsoft.public.access.formscoding;microsoft.public.access.formsprogramming

2. can we use access files by a program where Microsoft Access is not installed

3. outlook 2000 - Runtime Error Program:c\Program Files\Microsoft\Office\Outlook.ex

4. program needed to strip microsoft trash from Data Access Pages

5. I NEED TO ACCESS MICROSOFT EXCEL PROGRAM

6. Microsoft Access, and Korean language encoding problem as applied to ASP programming

7. Newbie questions- Tranferring data from a program to a microsoft access

8. Visual Basic or Microsoft Access - Typing/English Program

9. Another program trying to access Microsoft Outlook...

10. Cannot access microsoft word in the program ACT


 
Powered by phpBB® Forum Software © phpBB Group