logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between ADODC and ADODB?


  • Correct Answer
  • - When u build connection with database through coding, then its ADODBWhen u build connection with database through ADO component, then its ADODC - ADODB is a ActiveXdll and ADODC is a ActiveXcontrol - No Need to bind with controls in ADODB whereas in ADODC we should bind with controls 


  • Technology problems


    Search Results


    • 1. Define what is a Fact, Dimension and Measure ?
    • Discuss
    • 2. What are the tasks of a Business Analyst in Software Development Life Cycle?
    • Discuss
    • 3. Which of the following is not a correct variable type?

    • Options
    • A. real
    • B. char
    • C. float
    • D. double
    • Discuss
    • 4. Give an example for the use of volatile keyword in c++ ?
    • Discuss
    • 5. Which of the following type casts will convert an Integer variable named amount to a Double type ?

    • Options
    • A. (int to double) amount
    • B. int (amount) to double
    • C. int to double(amount)
    • D. (double) amount
    • Discuss
    • 6. What is the diff between RDO and ADO?
    • Discuss
    • 7. What is PHP?s configuration file called ?
    • Discuss
    • 8. I want to print "Hello" even before main() is executed. How will you acheive that?
    • Discuss
    • 9. What are the restriction imposed on a static method or a static block of code?
    • Discuss
    • 10. What is the difference between Serial and Throughput Garbage collector ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment