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 wOOdy-Soft 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: stefes007
  • Content: Threads
  • Order by date
  1. stefes007

    How to kill the session in a logon trigger

    Hi, i'm trying to write a logon trigger that would refuse incoming connection from user externally authenticated from a non trusted server list: there are too many risks that someone root on a machine can create an account scott on that machine to logon externally as scott on oracle. My...
  2. stefes007

    getting sequence number from oracle

    Hi, I need to get a sequence.nextval from an oracle sequence for a form in access. Access is already connected to this oracle database because there a re linked tables, but i d'ont have any idea how to submit queries as "select sequence.next into :bob from dual" ... Thanks for your help ...
  3. stefes007

    SQL Worksheet

    I use SQL Worksheet 1.6.0 with an Oracle DB 8.0.6: My problem is that i have an azerty keyboard, but the program is like if i was with a qwerty keyboard. I have a belgian (Point) keyboard. All others applications on my computer works well, except that one... Does anyone has an idea how to...
  4. stefes007

    good morning, I have a forms, wi

    good morning, I have a forms, with about 198 cells, <form name=&quot;form1&quot; method=&quot;POST&quot; action=&quot;reg_prog.php&quot; onSubmit=&quot;return validate(3,99)&quot;> and I would like to call two cgi-scripts: reg_prog.php and CGIBUL.cgi. I've already tried : <form...
  5. stefes007

    a href=&quot;#&quot; moves my page scroll to the top

    I have a HTML page with form to fill. Under those fields, there are images which fill automatically some fields when we clic on it. Here is the code: <a href=&quot;#&quot; onClick=&quot;recopiecoltab(0)&quot;> <IMG SRC=&quot;nexts.gif&quot; border=0></a> When I clic on that image the page...
  6. stefes007

    JAI Graphics2D.drawImage

    Hi, i'm writing an application that paint a TiledImage: this tiledimage is a background image where i want tu set different smaller images ( logos ) at different places. here is the beginning of my method paint: public void paint(TiledImage ti, Positioner pos){ Graphics g =...
  7. stefes007

    memory full

    I've made a program in Clarion that realise a lot of insert in my pervasive sql 2000 database ( about 150 000), but the problem is that after each insert, the server seems to get more and more memory reserved: after 10 000 insert, the process on the NT server is taking 200 Mo of memory. At about...

Part and Inventory Search

Back
Top