- Q Compose x disturb
- Q Explain shortly what the sap business navigator is and how it can be used in an implementation?
- Q Mention the changes been made by the use of software’s in television editing.
- Q Write short notes on Tare Zamen Paar
- Q Define compiler and interpreter?
- Q Bootp helps a diskiess workstation boot. How does it get a message to the network looking for its lp address and the location of its operating system boot files ?
- Q Recently BSNL launched which plan which has a less than Re. 1 tariff between two destination of the country?
- Q Explain extent.
- Q What is the default value of "position" attribute in css?
- Q You are using ASP.NET and ADO.NET to create an accounting application for TestKing. You are writing code to run a set of stored procedures that perform posting operations in a database at the end of each month. You use an OleDbConnection object to connect to the database. You use an OleDbCommand object to run the stored procedures. If an error occurs during execution of any of the stored procedures, you want to roll back any data changes that were posted. You want the changes to be committed only of all of the posting operations succeed. You write code to catch an OleDbException object if an error occurs during the execution of a stored procedure. What else should you do? A. Call the BeginTransaction method of the OleDbConnection object before running the stored procedure. If an error occurs, use the OleDbConnection object to roll back the changes. B. Call the BeginTransaction method of the OleDbConnection object before running the stored procedures. If an error occurs, use the OleDbException object to roll back the changes. C. Use the BeginTransaction method of the OleDbConnection object to create an OleDbTransaction object. Assign the OleDbTransaction object to the Transaction property of your OleDbCommand object. If an error occurs, use the OleDbTransaction object to roll back the changes. D. Use the BeginTransaction method of the OleDbConnection object to create an OleDbTransaction object. Pass a reference to the OleDbTransaction object to each stored procedure. Use error handling inside the stored procedures to roll back the changes.
- Q Which method can be used to obtain the length of the String?