Automate MSAccess from Windows .Net app
- From: "Brad Burke" <BradBurke@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 21 Apr 2005 08:04:03 -0700
>From a windows .Net app, I need to 1) check if MSAccess is already open to a
certain Access application. If so, then open a form and find a certain
record. 2) If not open, then open MSAccess and open a secured Access
application and then open a form and find a record. (The Access App is
secured not with a database password but with full user name and password
security.)
I can open the form and find the record OK. I am having problems checking if
the app is already open and opening the secured app.
Using "GetObject" has the problem of finding other instances of MSAccess but
not the database application I am interested in.
I used to use API calls to see if a window was already open with the name of
the MSAccess app but I can't get the API calls to work in .Net
I really would rather not use the shell() function since it has some
problems but I can't see any other way to automate a secured Access
Application.
Any ideas?
--
Brad Burke
FusionData, LLC
970 222-1501
.
- Follow-Ups:
- Re: Automate MSAccess from Windows .Net app
- From: Norman Yuan
- Re: Automate MSAccess from Windows .Net app
- Prev by Date: Re: How to retrieve clients MAC address?
- Next by Date: Re: c# jpeg in tiff
- Previous by thread: unhandled exception
- Next by thread: Re: Automate MSAccess from Windows .Net app
- Index(es):
Relevant Pages
|