+ Reply to Thread
Results 1 to 2 of 2

Thread: Stored procedures : library list

  1. #1
    Guest.Visitor Guest

    Default Stored procedures : library list

    We would like to use stored procedures (on AS400 : RPG-programs with embedded SQL-statements) from NT-clients (application developed in VisualBasic 6.0). Unfortunately, we have problems to get access to objects dispersed over multiple libraries. We tried to define the necessary library list in the data-source (DSN) of the ADO-connection, but we only manage to reach the objects of the first library in the list. Any assistance would be greatly appreciated ! SGS CORTEX

  2. #2
    Guest.Visitor Guest

    Default Stored procedures : library list

    SGS, I am not sure I understand the problem, but you should be able to add libraries to your path with the following SQL statements: SET PATH = CURRENT_PATH, addlib SET PATH = lib1,lib2,lib3 Most functional calls, etc. will look at this path. To retrieve or display the current path, you can specify CURRENT_PATH in a select statement. David Morris

+ Reply to Thread

Similar Threads

  1. where is the library list stored?
    By hope@f2s.com in forum General
    Replies: 4
    Last Post: 10-06-2003, 11:45 AM
  2. Stored Procedures and Library Lists
    By Guest.Visitor in forum General
    Replies: 0
    Last Post: 07-07-2003, 10:22 AM
  3. Compile Doesn't Find Library in the User Library list
    By sbarkley@magmail.com in forum Programming
    Replies: 0
    Last Post: 03-06-2001, 02:07 PM
  4. Stored Procedures 101
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 12-13-2000, 08:08 AM
  5. Duplicate library in library list
    By Guest.Visitor in forum Analysis
    Replies: 5
    Last Post: 02-09-2000, 12:11 PM

Posting Permissions

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