Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on what is the bind process , explain. within the DB2 forums, part of the Databases category; explain me abt Bind process in DB2....
|
|||||||
|
|||
|
Re: what is the bind process , explain.
Few things are happend in bind process. those are..
1. Checking for syntax like sql statements, DCLGEN variables. 2. it verifies the access authority like updating or retriving of data from database. 3. after completion of checking of access authority it creates a documentary evidance in PLAN_TABLE |
|
|||
|
Re: what is the bind process , explain.
consider u r running an application program such as pro c .. when u compile ,the sql statements present inside the c file is seperated and its being stored in the database as package (may contain access plan of the sql).. the above process in called binding.. during runtime its linked and the pgm is executed
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bind dropdown list to textbox | ushalakshmi | ASP.NET | 6 | 06-10-2008 07:02 AM |
| ODP.NET - Working with Bind Variables together with OracleParameter | admin | ASP.NET | 0 | 04-09-2008 08:01 PM |
| Invalid host/bind variable name | k_sakthivel | Oracle | 1 | 11-20-2007 02:34 AM |
| Explain the Difference | Robert | VB.NET | 3 | 06-06-2007 11:19 AM |
| Explain the Process in UNIX | sripri | Unix/Linux | 1 | 07-29-2006 04:19 PM |