Database interface

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to define multiple userid and password combinations that can
be used with the database interface editor? I want to be able to permit more
than one person to be able to edit tables but provide each of them with
unique userid and password.

I am assuming that if this is possible, it is also possible to identify the
changes posted by each of the userids.
 
Only by using hand coded ASP to verify the user and select their record in conjunction w/ a DB to manage log in of users
(http://support.microsoft.com/default.aspx?scid=321439)

Once they are logged in you would limit the DB results for the DBIW to their member ID (based on their log in member ID)
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Is it possible to define multiple userid and password combinations that can
| be used with the database interface editor? I want to be able to permit more
| than one person to be able to edit tables but provide each of them with
| unique userid and password.
|
| I am assuming that if this is possible, it is also possible to identify the
| changes posted by each of the userids.
|
|
 
Back
Top