Database interface

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.
 
S

Stefan B Rusynko

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.
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top