jsolutions
Programmer
I have a db split into frontend and backend. Frontends reside on each PC connecting to SQL backend. I have a master frontend on the server that I use to update and then copy to each PC. I have read Ben O'Hara's great article faq705-2010 regarding checking for most recent version.
The problem I am having is that my frontend is secured using a workgroup file. To keep users from complaining about the log in for every database they open, I am using the /wrkgrp command line switch in a shortcut to specify the workgroup only for the database that I want to secure.
This works fine; however, when I try to use the OpenDatabasecommand specified in faq705-2010, I am receiving an error message "You do not have permissions to access this database..."
My question is basically is there a way to use the OpenDatabase command (or any other command to open a database) and specify a workgroup file?? I have looked a little at connection options, but have come up empty.
Any ideas?
The problem I am having is that my frontend is secured using a workgroup file. To keep users from complaining about the log in for every database they open, I am using the /wrkgrp command line switch in a shortcut to specify the workgroup only for the database that I want to secure.
This works fine; however, when I try to use the OpenDatabasecommand specified in faq705-2010, I am receiving an error message "You do not have permissions to access this database..."
My question is basically is there a way to use the OpenDatabase command (or any other command to open a database) and specify a workgroup file?? I have looked a little at connection options, but have come up empty.
Any ideas?