L
Lin
We have a third party application which is not supported
for long from the vendor. It is written by VB(or C) in
front and Access 95/97 on the back. The Access database is
located in our network. We are developing a Extranet to
allow user insert/update the data in this database. I need
the connection to run/open from ASP.net scripts. I also
need the permission on a few tables to insert/update.
I am able to view/open the database by Access 2000 with
message "You can't make change to the database objects in
the database. This database was created in an earlier
version of Microsoft Access." There was no logon username
password required.
I have tried following:
1. added a username and personal ID through the VB
frontend designed by the application, I got the full right
to insert/update the database in VB front. I still can't
get permission to connect the database through my ASP
code.
2.converted it to Access 2000, I still got same message
when open as "This database was created in an earlier
version of Microsoft Access."
3. imported all the tables/queries to a new database, add
a new user into both users and admins group. Admins group
has full permissions on open/run database and tables. I
got message like "The Microsoft Jet database engine cannot
open the file '(unknown)'. It is already opened
exclusively by another user, or you need permission to
view its data. "
Is this acturally a security issue? What kind of security
this database may have if it is not password protected and
I can view all the data?
Thanks
for long from the vendor. It is written by VB(or C) in
front and Access 95/97 on the back. The Access database is
located in our network. We are developing a Extranet to
allow user insert/update the data in this database. I need
the connection to run/open from ASP.net scripts. I also
need the permission on a few tables to insert/update.
I am able to view/open the database by Access 2000 with
message "You can't make change to the database objects in
the database. This database was created in an earlier
version of Microsoft Access." There was no logon username
password required.
I have tried following:
1. added a username and personal ID through the VB
frontend designed by the application, I got the full right
to insert/update the database in VB front. I still can't
get permission to connect the database through my ASP
code.
2.converted it to Access 2000, I still got same message
when open as "This database was created in an earlier
version of Microsoft Access."
3. imported all the tables/queries to a new database, add
a new user into both users and admins group. Admins group
has full permissions on open/run database and tables. I
got message like "The Microsoft Jet database engine cannot
open the file '(unknown)'. It is already opened
exclusively by another user, or you need permission to
view its data. "
Is this acturally a security issue? What kind of security
this database may have if it is not password protected and
I can view all the data?
Thanks