简体   繁体   中英

When is there a need for an sql package used?

what is purpose of SQLPKG? How would I create one on the IBM i? when would I use one on the IBM i environment?

Regards, Jemrug

On IBM i the SQL package is built by the compiler and contains stuff like access plans for the SQL statements. if the program is intended to just use the local database, the package is built into the program, but if the program is intended to use a remote database, the package is built on the remote system as an external object of type *SQLPKG. It is mostly automagic on IBM i.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM