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: *

  • Users: freiheit
  • Content: Threads
  • Order by date
  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

    PL/SQL within cfquery?

    hi, does PL/SQL work within a cfquery-tag? Thanks, Marcus
  4. 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.

Part and Inventory Search

Back
Top