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 Mike Lewis 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. Ruvera

    SUBSTR

    Thank you very much for your help! May be you know there is in MS Access SQL function LENGTH(STRING)?
  2. Ruvera

    SUBSTR

    There is in MS Access SQL function SUBSTR? SELECT SUBSTR(381, 2, 10) AS G_381, G382, COUNT(G382) AS CNT FROM TBL WHERE G382 IS NOT NULL AND G381 IS NOT NULL AND LENGTH(G381) >= 10 GROUP BY SUBSTR(G381, 2, 10), G382
  3. Ruvera

    CLI0129E No more handles

    How to change CURSOR WITH HOLD on CURSOR WITHOUT HOLD ? I work with operational system Windows 2000, IBM DB2 7, Patch 7, JDK 1.3.
  4. Ruvera

    Problem with IDL inheritance!

    I have a ploblem with IDL inheritance. module MainObjects { interface MainObject { attribute wstring src_id; }; interface ITele : MainObject { attribute wstring tele_type; attribute wstring tele; }; }; Java code is: class MainObject exyendes MainObjectPOA {...
  5. Ruvera

    Declaring and Using the database Cursor in Java!!!

    Please check this URL thread178-384009
  6. Ruvera

    Declaring and Using the database Cursor in Java!!!

    How can I work with database CURSOR in Java? Can anyone help?
  7. Ruvera

    "cursor with hold" / "cursor without hold"

    In a high volume transaction environment I have a servlet read/write operations on a database for each time that it is called. When using a low transaction rate everything works just fine. However, when stressing the system DB2 comes back with the following message: IBM][CLI Driver] CLI0129E...
  8. Ruvera

    "cursor with hold" / "cursor without hold"

    Hi, i have been trying to write an java application (with prepared statements) on win2000. How can I set the "cursor with hold" / "cursor without hold" in the java (1.4) code ?
  9. Ruvera

    Load table

    I try load the table. But the system DB2 comes back with the following message in file db2diag.log: 2002-10-22-13.25.14.312000 Instance:DB2 Node:000 PID:988(db2syscs.exe) TID:2224 Appid:*LOCAL.DB2.021022082547 database_utilities call_sqluvload Probe:40 Database:BD Load Error...
  10. Ruvera

    CLI0129E No more handles

    In a high volume transaction environment I have a servlet read/write operations on a database for each time that it is called. When using a low transaction rate everything works just fine. However, when stressing the system DB2 comes back with the following message: IBM][CLI Driver] CLI0129E...
  11. Ruvera

    Backup tablespace

    I want to make backup of tablespace TTT (database BBB). Wrote: "db2 backup database BBB tablespace (TTT) online to C:\backup without prompting" I receive the message: "DBA1136 A backup at the tablespace level cannot be perfomed because the datebase is not enable for forward...

Part and Inventory Search

Back
Top