InterviewSolution
| 1. |
Explain Transaction Objects? |
|
Answer» Transaction OBJECT contains the NECESSERY informaiton needed to CONNECT to a database. Like user id , PASSWORD.. SETTRANSOBJECT() SetTransObject tells the DataWindow to use specified transaciton object. SETTRANS() The DataWindow control connects and disconnects after each Retrieve or UPDATE function while using SetTrans When we use SetTrans we can’t update multiple DataWindow object. Transaction object contains the necessery informaiton needed to connect to a database. Like user id , password.. SETTRANSOBJECT() SetTransObject tells the DataWindow to use specified transaciton object. SETTRANS() The DataWindow control connects and disconnects after each Retrieve or Update function while using SetTrans When we use SetTrans we can’t update multiple DataWindow object. |
|