Binding
Up to DB2Binding
Posted by abcd at September 15. 2008Hi can any one post what is binding and its related links and concepts in DB2....
Re: Binding
Posted by perallis at September 19. 2008
Prepares SQL statements stored
in the bind file generated by the precompiler, and creates a package that
is stored in the database.
- A DB2 bind is a process that builds an access path to DB2 tables
- A BIND process establishes a relationship between an APPLICATION PROGRAM and its RELATIONAL DATA.
An application plan or package is generated by the bind to define an access path.
DB2 plan is executable form of sql staements(DBRM).you can
define DB2 plan as set of pointers to packages. And package contains
machine code of best access paths. ...
define DB2 plan as set of pointers to packages. And package contains
machine code of best access paths. ...
Powered by
Ploneboard