Dear All,

I try to add the database, and I want to change the
TURBINE_USER with another table.

with this structure

id (Auto Increment)
username
password
first_name
last_name
address1
address2

role_id (FK from workflow_role)


The password will using encryption, and the username
is unique...


So I can used the syntax like

validate (username, password)

This will open the encryption of password, and return
true..

but if I call the object.. DbBean.getFirstName() will
return string with content from database.

Would you help me to explain this??? 

deeper technical, better

Thanks for the answer.

Frans Thamura

=====
Let's Empowering Open Source

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to