J.P.
Quote:> Does anyone know of any white papers, or any documentation on How To
Deploy
> ADP's to a productions environment? Is there any thing similar to
deploying
> an MDB?
it depends on the presence of Access installation on the production machines. If it's there, you can just put the ADP (or better ADE) on every machine. If not, you need Office Developer, it includes the distributable runtime Access that you can deploy on every production machine: you buy one Developer, and deploy on many machines.
More details here.
Vadim
Quote:> Does anyone know of any white papers, or any documentation on How To Deploy
> ADP's to a productions environment? Is there any thing similar to deploying
> an MDB?
Hi Robert,
There can be a lot of steps involved in properly deploying ADPs. The
level of complexity varies greatly depending on the specific scenario,
especially if you are deploying MSDE during the same process. The
following two articles should be useful in highlighting some of the issues
and providing code samples for various tasks:
Creating and Deploying Access Solutions with the Microsoft Data Engine
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnox...
l/odc_modmsde.asp?frame=true
MOD2000: How to Deploy an ADP That Includes the MSDE
http://support.microsoft.com/support/kb/articles/q240/2/93.asp
Keep in mind that there is more than one way to do many things. For
example, The NorthwindCS.adp sample file uses a method entirely different
from the method in the above articles to create a new database.
I hope this helps! If you have additional questions on this topic, please
reply to this posting.
Brian M. Sockey
Microsoft Access Developer Support
---------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.
--------------------
| Subject: Deploying ADP's
| Date: Mon, 17 Dec 2001 14:42:40 -0500
| Does anyone know of any white papers, or any documentation on How To
Deploy
| ADP's to a productions environment? Is there any thing similar to
deploying
| an MDB?
|
|
|
Thanks in advance.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnox...Quote:> Hi Robert,
> There can be a lot of steps involved in properly deploying ADPs. The
> level of complexity varies greatly depending on the specific scenario,
> especially if you are deploying MSDE during the same process. The
> following two articles should be useful in highlighting some of the issues
> and providing code samples for various tasks:
> Creating and Deploying Access Solutions with the Microsoft Data Engine
> MOD2000: How to Deploy an ADP That Includes the MSDE
> http://support.microsoft.com/support/kb/articles/q240/2/93.asp
> Keep in mind that there is more than one way to do many things. For
> example, The NorthwindCS.adp sample file uses a method entirely different
> from the method in the above articles to create a new database.
> I hope this helps! If you have additional questions on this topic, please
> reply to this posting.
> Brian M. Sockey
> Microsoft Access Developer Support
> ---------------------------------------
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
> reserved.
> --------------------
> | Subject: Deploying ADP's
> | Date: Mon, 17 Dec 2001 14:42:40 -0500
> | Does anyone know of any white papers, or any documentation on How To
> Deploy
> | ADP's to a productions environment? Is there any thing similar to
> deploying
> | an MDB?
> |
> |
> |
long answer:
This is some of my experience, but, not complete and will give you some
Idea.
Table, View(replace queries), Procedures are supplied from the SQL server
and controlled by the SQL server user login, and the grant and Revokes.
Queries that have no parms are now views, and if they have parms are made
into Procedures
Forms, Reports, Macros, Models are ADP dependent.
The VBA code for the Switchboard (if you are using it) has to be changed,
but can be used.
Forms that used queries have to be populated, using vba code calling the
procedures if there are parm, otherwise can use views.
SubForms based on queries have to be reinserted after recoding.
--
Host and Webmaster
Developer.
I also sweep floors.
> Thanks in advance.
> > Hi Robert,
> > There can be a lot of steps involved in properly deploying ADPs. The
> > level of complexity varies greatly depending on the specific scenario,
> > especially if you are deploying MSDE during the same process. The
> > following two articles should be useful in highlighting some of the
issues
> > and providing code samples for various tasks:
> > Creating and Deploying Access Solutions with the Microsoft Data Engine
> > MOD2000: How to Deploy an ADP That Includes the MSDE
> > http://support.microsoft.com/support/kb/articles/q240/2/93.asp
> > Keep in mind that there is more than one way to do many things. For
> > example, The NorthwindCS.adp sample file uses a method entirely
different
> > from the method in the above articles to create a new database.
> > I hope this helps! If you have additional questions on this topic,
please
> > reply to this posting.
> > Brian M. Sockey
> > Microsoft Access Developer Support
> > ---------------------------------------
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > You assume all risk for your use. ? 2001 Microsoft Corporation. All
rights
> > reserved.
> > --------------------
> > | Subject: Deploying ADP's
> > | Date: Mon, 17 Dec 2001 14:42:40 -0500
> > | Does anyone know of any white papers, or any documentation on How To
> > Deploy
> > | ADP's to a productions environment? Is there any thing similar to
> > deploying
> > | an MDB?
> > |
> > |
> > |
1. How set parameters for 'Select * from Suppliers where SuppID in ('111', '222', '333')'
Hi,
I want to query data from using ADO, the SQL as following:
Select * from Suppliers where SuppID in ('111', '222', '333'),
How to set parameters for this kind of SQL statement from client?
Thank you very much!
Junlin Xie
2. Announce: NetLib 32-bit Dynamic Encryption for VB/A
3. Base vidé'o'tek et disk'o'tek
5. Extracting 'The', 'And', etc.from lists
6. Memory fault/Segmention fault executing a SELECT statement
7. 'service'' missing on Win95
8. Clarion Professional/BTRIEVE
9. ExecuteNonQuery doesn't like 'GO'
10. if oneof('camel','yak','llama')
11. like '%' not return null's