Help!

I need to pull data from an access database that uses a
workgroup security file (mycomp.mdw).

The database is also a previous version of microsoft
Access... I cannot convert it because it is in use by a
VB6.0 application for which I do not have the source code.

I would like to programmatically access the data in that
database for other functions without disturbing the
existing security.

I have all of the valid passwords and such, I just need
some assistance getting into it.

Please email me at nektoinphx@yahoo.com

Re: Accessing db with Workgroup file by Val

Val
Thu Jul 10 09:33:54 CDT 2003

Hi Mathew,

You could specify name of workgroup file in your connection string. See next
link with example

http://www.able-consulting.com/MDAC/ADO/Connection/OLEDB_Providers.htm#OLEDB
ProviderForMicrosoftJet

--
Val Mazur
Microsoft MVP


"Mathew Michuta" <nektoinphx@yahoo.com> wrote in message
news:073101c346ef$93e40c30$a001280a@phx.gbl...
> Help!
>
> I need to pull data from an access database that uses a
> workgroup security file (mycomp.mdw).
>
> The database is also a previous version of microsoft
> Access... I cannot convert it because it is in use by a
> VB6.0 application for which I do not have the source code.
>
> I would like to programmatically access the data in that
> database for other functions without disturbing the
> existing security.
>
> I have all of the valid passwords and such, I just need
> some assistance getting into it.
>
> Please email me at nektoinphx@yahoo.com