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 bkrike 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: birdman5
  • Content: Threads
  • Order by date
  1. birdman5

    JDBC Connection Pooling

    Hi, I have a java procedure that executes SQL on a remote database. To improve performance, I have set up connection pooling, so connections are re-used. This works ok for one user / session. It does not seem to work for multiple sessions though - new db connections are created each time. Any...
  2. birdman5

    Remove whitespace from XML

    Hi, I am trying to remove the whitespace from an XML Clob that I create from a SQL query. This is to shrink the file size to be compatible with our messaging software. I wrote a small script below, using the xmlParser.setPreserveWhitespace setting, but it simply copies the XML exactly. Any...
  3. birdman5

    Document subfolder as a web part?

    Hi, Is there any way to add a subfolder (i.e. Shared Documents/JoeBloggsDocs/) as a web part? At the moment, i can add a hyperlink directly to the subfolder - however, I would rather display the folder contents on the page itself. Do i need to create a separate document library to do this?
  4. birdman5

    javascript: URL not working in IE6

    Hi, I have a small bit of code for reformatting a web page generated from another application. It basically re-builds a table, and applies a stylesheet to the new page. Embedded in the page, it works fine, but i need it to run as a URL, within the address bar. In IE5, there was no problem with...
  5. birdman5

    decimals behaving badly

    Hi, I have a report which on one machine displays all decimal fields correctly, but on another it displays 5.34e+269 on the first row, and then zero on all other rows. These would usually have data. The only difference between the machines is that one has two ODBC connections to the Oracle...
  6. birdman5

    Use of decode in v8

    I have just switched over from Actuate, and i am amazed to find that the DECODE function cannot be used in the SQL expression field in Crystal v8. I am missing something, or is that really the case? Are there any other standard functions that cannot be used?
  7. birdman5

    Can't view log files on progress explorer

    I am currently using v9.1b. I have just moved from patch 10 to 21, and in doing so, the log files on progress explorer are no longer available. I know this is a common problem with windows 2000 & xp, however i am using windows NT. Is there any other patches, or fixes available to resolve this?
  8. birdman5

    Dynamic Browse Triggers

    I have created a dynamic browse, with a trigger on "row-entry" which runs an internal procedure. Within this internal procedure i need to check if the correct column is selected, before applying the trigger-code. I have tried using the CURRENT_COLUMN and GET-BROWSE-COLUMN handles and...

Part and Inventory Search

Back
Top