- Q You are writing code that will execute two commands, strCom1 and strCom2, within a transaction. You have written the following code. (Line numbers are for reference purposes only.) 01 Dim transMain as SqlTransaction = connMain.BeginTransaction; 02 Dim cmdMain as SqlCommand = New SqlCommand; 03 04 cmdMain.CommandText = strCom1; 05 cmdMain.ExecuteNonQuery(); 06 cmdMain.CommandText = strCom2; 07 cmdMain.ExecuteNonQuery(); 08 transMain.Commit; 09 connMain.Close; Which of the following lines of code should be placed in line 03? (Select the best choice.) A. transMain.Save; B. transMain.RollBack; C. cmdMain.Connection = connMain; D. cmdMain.Transaction = transMain;
- Q The small, conventional and unconventional marketing attacks are classified as
- Q Company profile of Royal Bank of Scotland (RBS)?
- Q What you will do if you get a crackling sound on voip line while talking?
- Q What is ANOVA? What are the assumptions under ANOVA illustrate?
- Q How would you use transactions with CouchDB?
- Q Discuss the relevance of constructivism in the context of the new curriculum frameworks.
- Q What have been your experiences in dealing with the general public? When have people really tried your patience?
- Q What versions of MFC support OLE control containment?
- Q Data Structures Trees interview questions - freshers, experienced
- Q Under which Governor General was English education first brought to India?
Question
How do I keep my application from creating a new document at startup?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Software,
Answers
- Contributors:
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,