How to deploy an Access 2000 project that includes the Microsoft Data Engine (240293)
The information in this article applies to:
- Microsoft Office 2000 Developer
- Microsoft Access 2000
This article was previously published under Q240293 Advanced: Requires expert coding, interoperability, and multiuser skills.
For a Microsoft Office XP Developer version of this article, see 299297.
SUMMARY
Deploying the Microsoft Data Engine (MSDE) with your Microsoft Access project (ADP) involves the following three steps:
-
First, you create code in the ADP to start the MSDE server, copy the data file (*.mdf) to the server, register the MDF, and connect the ADP to the server.
-
Second, you define the MSDE Setup parameters, including the code page and sort order that the MSDE server should use.
-
Third, you package the components of your solution for deployment.
This article provides you with further information about this process and contains sample code to assist you in getting started.
REFERENCES
For more information, see the PackagingAccessRT.doc and MSDEDeploy.doc white papers in the Wpapers folder on the Microsoft Office 2000 Developer CD.
Also, to see an example ADP, take a look at MSDEDeploy, which is also on the Microsoft Office 2000 Developer CD in the \ODETools\v9\Samples\MSDE folder.
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbADP KbClientServer kbinfo kbPDWizard KB240293 kbAudDeveloper |
---|
|