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 SkipVought 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. joereena

    character mode report

    Hi, I am developing a simple report in character mode. After all the character mode settings are done, I'm creating the data model and layout. But sometimes I get the following error. REP-1352 The font specified for this report can not be found for the character set specified by NLS_LANG...
  2. joereena

    how to stop backend procedure from d2k form

    From a d2k form, a backend process is started which consists of running 7 procedures one after another. There is a cancel button on the form. Now the requirement is to stop the procedure(/s) which is running when the user presses the Cancel Button. First Q., Is it possible to do so? Second, If...
  3. joereena

    Cursor problem

    one query : if a program calling db procedure losses connection with the database, then what will happen to the cursors not closed in the db procedure. Will there be any problem due to open cursors on the server? Please help .
  4. joereena

    accessing MS sql data from oracle

    I want to access the MS sql data from oracle i.e. i should be able to save data in ms sql as well as retrieve data from ms sql. How can i do it? I read about oracle heterogeneous services, but it requires heterogeneous service agent which is a licenced copy. Is there any other way to go about...
  5. joereena

    date checking in a single select statement

    Thanks a lot sem, it works
  6. joereena

    date checking in a single select statement

    Hi, I want to see whether a given date is equal to, greater than or less than sysdate. How can I do it using a single select statement. Please Help. Thanx in advance.
  7. joereena

    Tool-tip in javascript

    Hi, Can anybody tell me, how to create tool-tip in Javascript which should work in IE4 as well as Netscape4. I have checked with TITLE tag it works fine for IE4 but not for Netscape4. I got some code at webmaster.com but it shows tool-tip for the link and I modified for the Button which works...
  8. joereena

    vector from Java to the oracle procedure as a parameter.

    Hi, I want to write a database procedure. This procedure is called in a java program, with vector as one of the arguments. The vector has some rows of data. I want to use these rows of data in the procedure. Can anybody tell me, in the oracle stored procedure, what should be the data type of...

Part and Inventory Search

Back
Top