My project connects to an ORacle 8 database.  I have created a data source and data 
objects.  When I created a data 
source I entered a User ID and Password.  This allows me to access the database and 
retrieve rows with no trouble.

Now, I am writing the login front end.  I have an HTML page with one text box for the 
User ID and another for the Password.
The page also has a static text field for error messages and a button labeled Login.

Due to design considerations, we must have a seperate User ID for each individual 
accessing the database.  

I have two questions.

1) How do I setup the Password text box to display asterisks like an HTML <INPUT 
TYPE=PASSWORD NAME="PW> field.

2) How do I use the User ID and Password entered by the operator to access the 
database.  I have considered
    placing it in the RuntimeUserID and RuntimePassword properties of the data source, 
but don't know the command to
    do so.  I have also looked for some kind of inline command issued when opening the 
database, but cna't find any 
    reference to one.

Does anyone hav some ideas?


Thank You

David Wimsett
[EMAIL PROTECTED]

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to