I'm trying to package Access 2002 using MS packaging wizard and getting the following error message:
OffWH
Automation error. Library not registered.
I tried registering the OffWH.dll and it did register successfully but getting same error. I read even reinstall xp developer doesn't work.
Does...
I made an installation setup for Access application using xp developer. It works fine on xp machines but gives error for msadomd.dll on older version (like windows 98). I found it is due to older version of mdac. I did installed new mdac (v 2.8) and installation worked.
Now my question is how...
When I am packaging the access xp application and run installation on other machine with no MS Access software. I always have the issue of missing dll for msadomd.dll.
Di somebody find issue with missing reference when packing application for runtime installation?
Ajay
That is what I don't want. Is there way to block this. I want to package the application and don't want anybody to be able to open in design view.
Let me know if somebody tried out something for this.
shift key disable seems very loose on Access. You can write other access app and set the shift key enable and disable. Is there way to secure this anyway.
Use this proc to save dts
set quoted_identifier off
go
CREATE proc sp_SaveDTS
@DTSname varchar(256) = '',
@Applicationpath varchar(700) ='',
@destinationpath varchar(700) ='C:\TEMP\',
@switches varchar(200) = ' -E -!X '
as
--Objective: Save all or given DTS package to a folder
set...
I am getting error OffWH and message "Error in loading dll" when I use the packaging wizard for Office XP Developer. This dll is for scanning the application dependencies. I checked online help and found that this OffWH.dll is part of service pack 1.
I installed and reinstalled the...
I am getting error OffWH and message "Error in loading dll" when I use the packaging wizard for Office XP Developer. I checked online help and found that this OffWH.dll is part of service pack 1.
I installed and reinstalled the office XP Developer, applied service packs 1 and 2 , but...
I need to find out the path of access application running in on the event like click of button.
Let me know if this is feasible and there is some way to find the path.
I want functionality to open up a window and let user browse to the path where he want to send output files. I know how to open file using window pop up using MSA_OPENFILENAME but I need to select the papth instead of opening file.
Do anybody know or did this type of functionality, Please Help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.