Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. freiheit

    When a session ends I have to start a final process, but how?

    Hi, I need your help, because i have no idea how to develop this: A user logs in. If it is a good login I create a session variable and have to set lock flag on him in the database, because he should not be able to log in in another certain application which uses the same login and database...
  2. freiheit

    Does exist something like a structurearray?

    Hi, is it possible to define a structure and then define an array from this structure? Maybe someone remembers how a struct works in C or an object in C++, etc.. structure[1].keyname = anything : : structure[n].keyname = anything else Thanks. Marcus
  3. freiheit

    How to validate a login when using a oracle database (pw-encryption?)

    Hi celley, your post was helpful, I will remember it for other projects. Another problem is that I do not know the encryption code Oracle uses when creating a new database user or changing the password. And I'm sure that Oracle encrypts the password and then stores it in DBA_USERS. Maybe I...
  4. freiheit

    cf basics

    Hi, try www.cfml.de (in german) or have a look to www.sys-con.com/coldfusion/archives/ . At allaires' homesite www.allaire.com you can find some tutorials and documentations. Search for "Developing Web Applications with Cold Fusion". You will find it there...
  5. freiheit

    How to validate a login when using a oracle database (pw-encryption?)

    Now I am able to answer my own question. There is no need to compare username and password in the view DBA_USERS of an oracle database with that what the user gives. You simply use the cfquery tag and put username and password into it. <cfquery datasource=&quot;DS&quot; name=&quot;NAME&quot...
  6. freiheit

    PL/SQL within cfquery?

    hi, does PL/SQL work within a cfquery-tag? Thanks, Marcus
  7. freiheit

    How to validate a login when using a oracle database (pw-encryption?)

    Hi, I'd like to make a password-validation with cold fusion. Username and password are stored in the view DBA_USERS of a oracle database. But the password in this view is encrypted and the user gives me the not encrypted password. What do I have to do? Thanks for help. Marcus.
  8. freiheit

    I need to creat a login/password page in coldFuion

    hi, another point which fits to this question. How can I give access to someone who is saved as user in the view DBA_USERS of a oracle database? The problem is that the password is encrypted in this view. So I'm not able to compare the passwords as DarkMan suggested in his first answer to...

Part and Inventory Search

Back
Top