+ Post New Thread
Page 4 of 17 FirstFirst ... 2 3 4 5 6 14 ... LastLast
Threads 61 to 80 of 334

Forum: SQL

Information about SQL programming

  1. SQLRPG Cursor not open error.

    You should only do the declare once and only once. Take it out of this subroutine, and put it in your program initialization routine, or somewhere...

    Started by DougCMH‎, 03-23-2007 04:44 AM
    • Replies: 2
    • Views: 1,812
    03-23-2007, 11:06 AM Go to last post
  2. Speed in SQLRPG, or lack thereof

    For better performance, I'd suggest a couple things: 1) Review the syntax of your SQL statement. There might be a more efficient way to write it. 2)...

    Started by K.Forsythe‎, 03-22-2007 06:47 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 6,467
    04-24-2007, 03:04 AM Go to last post
  3. TechTip: SQL and i5/OS Record Format Names

    ** This thread discusses the article: TechTip: SQL and i5/OS Record Format Names ** ** This thread discusses the Content article: TechTip: SQL and...

    Started by MCWebsite.Staff‎, 03-21-2007 09:45 AM
    • Replies: 1
    • Views: 1,389
    03-21-2007, 09:45 AM Go to last post
  4. Open Cursors

    You are on the right track. As IBM support once told me..."There is open, and there is open". The cursor you "close" in your RPG code is not really...

    Started by K.Forsythe‎, 03-19-2007 12:44 PM
    • Replies: 4
    • Views: 2,660
    03-30-2007, 08:07 AM Go to last post
  5. UDT

    In DDS, I have the following definitions in a data dictionary: A CSTCDE 6A COLHDG('Constant Code') A ACCTYP R REFFLD(CSTCDE) A COLHDG('Accessory...

    Started by Guest.Visitor‎, 03-18-2007 05:37 PM
    • Replies: 0
    • Views: 752
    03-18-2007, 05:37 PM Go to last post
  6. Comparing date field to numeric date

    I had the same problem, and created a UDF to deal with it. As to how elegant or efficient the "solution" might be I can't say, but it gets the job...

    Started by Guest.Visitor‎, 03-09-2007 08:26 AM
    • Replies: 3
    • Views: 2,637
    03-14-2007, 12:29 PM Go to last post
  7. Member Name on SQL

    How to specify member name in SQL. I am trying to update file with specific member name but I cant do it on interactice sql. Any help will be...

    Started by Guest.Visitor‎, 01-05-2007 12:37 PM
    • Replies: 1
    • Views: 1,025
    01-05-2007, 12:37 PM Go to last post
  8. Monitor and Suggested Indexes

    This has baffled me for a while. I will run an SQL statement using the DB Monitor and see what indexes are suggested. I will create that index by...

    Started by bibarnes@yahoo.com‎, 01-04-2007 05:28 PM
    • Replies: 1
    • Views: 2,119
    01-04-2007, 05:28 PM Go to last post
  9. Problem with Stored Procedure

    If I understood you, the VB code calls the CL, and the CL calls the RPG, which returns the Result set. Yes?

    Started by K.Forsythe‎, 12-22-2006 09:30 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 4,169
    01-10-2007, 10:24 AM Go to last post
  10. Question about database names and data sources

    Does an AS400 only have one Relational database per partition? How does the AS400 reference the server name and database name that someone types in...

    Started by Guest.Visitor‎, 12-20-2006 11:28 AM
    • Replies: 1
    • Views: 2,248
    12-20-2006, 11:28 AM Go to last post
  11. Using SQL to save DB2 File

    Hi denicolamd, Not knowing the context of your application it's not easy to make any suggestions. I assume you are accessing DB2 tables from the...

    Started by Guest.Visitor‎, 11-02-2006 04:27 PM
    • Replies: 2
    • Views: 2,202
    11-10-2006, 06:28 AM Go to last post
  12. SQL Search Using Wild Cards

    'JO%SEPH%' or 'JO_EPH%' for just a single character. The extra % at the end makes all the difference. I can't tell you exactly why, it just works. I...

    Started by K.Forsythe‎, 10-23-2006 12:22 PM
    • Replies: 6
    • Views: 6,589
    10-26-2006, 11:04 AM Go to last post
  13. SQL question - one view instead of two

    So there is no need to build the first view ahead of time, you can define it on the fly, as you create sqlview2. <hr width=50 align=left>Code

    Started by K.Forsythe‎, 10-18-2006 05:26 AM
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 10,499
    11-22-2006, 05:58 PM Go to last post
  14. Access Your iSeries Data Quickly and Simply

    ** This thread discusses the article: Access Your iSeries Data Quickly and Simply ** ** This thread discusses the Content article: Access Your...

    Started by MCWebsite.Staff‎, 09-13-2006 02:08 PM
    • Replies: 1
    • Views: 1,075
    09-13-2006, 02:08 PM Go to last post
  15. Add Headings to a Print List

    If this query is to be a permanent report you may want to try Query Manager, (STRQM) and imbed your SQL statements there and define a QM Form for it....

    Started by wbois‎, 09-13-2006 07:21 AM
    • Replies: 2
    • Views: 1,364
    09-22-2006, 05:36 AM Go to last post
  16. SQLRPGLE with DDM files

    I am needing to access files on remote systems thru DDM files using an SQL RPGLE program, but I recieve an sqlcod error SQLCOD = -000000501 that says...

    Started by Guest.Visitor‎, 09-13-2006 07:00 AM
    • Replies: 1
    • Views: 1,739
    09-13-2006, 07:00 AM Go to last post
  17. V5R3 SQL Question

    You might want to try this SQL command Select Field1, Field2, Fieldxyz, .... RRN(FileName) From FileName It will return the Relative Record number to...

    Started by Guest.Visitor‎, 08-18-2006 03:13 PM
    • Replies: 3
    • Views: 3,079
    10-16-2006, 05:53 AM Go to last post
  18. Partner TechTip: Work with Non-iSeries Data in iSeries Applications

    ** This thread discusses the Content article: Partner TechTip: Work with Non-iSeries Data in iSeries Applications ** 0

    Started by MCWebsite.Staff‎, 08-02-2006 12:16 PM
    • Replies: 1
    • Views: 1,914
    08-02-2006, 12:16 PM Go to last post
  19. Embedded SQL and Dynamic Sorting Subfiles

    ** This thread discusses the article: Embedded SQL and Dynamic Sorting Subfiles ** Hi Kevin I have been given a project that requires the need to...

    Started by padshore@optonline.net‎, 08-02-2006 11:30 AM
    • Replies: 5
    • Views: 4,735
    03-30-2007, 01:30 PM Go to last post
  20. Update with "order by" and "fetch first 1 rows only"

    I did not get a chance to test the whole thing but try this... update test1 a set a.zona12 = (select coalesce(b.zona22,a.zona12) from test2 b where...

    Started by K.Forsythe‎, 05-24-2006 12:09 PM
    2 Pages
    1 2
    • Replies: 15
    • Views: 4,627
    06-07-2006, 05:47 AM Go to last post

+ Post New Thread
Page 4 of 17 FirstFirst ... 2 3 4 5 6 14 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts