Hello folks
I have a access database with user level security that I want other people to update through ASP pages. I want everybody who uses the ASP pages to login to the database using a specifc workgroup, username, and password. I have created hte following connection string in my ASP page...
vMDBPath = Mid(vMDBPath, 1, vPos-1) & "virtual\data\PIR-test.mdb; wrkgrp=\\mantweb61\corpcontd\virtual\data\PIR.mdw; user=Control; password=test"
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & vMDBPath
However, I am getting the forllowing error message...
Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
/cptcnew/webpages/Empowerment/12PIR/includes/ServerFunctions.inc, line 57
Guide me to solution
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --