|
1. What is the max size allowed for Max Text box length. 32,000 2. Calling Stored Procedures in VB? 1. Calling Simply the Procedure with out Arguments Call ProcedureName} 2. If it is with Arguments Means then Declare the Query Def qy Set Qy as New Query def Qy.SQL = {Call ProcedureName(? 3. Why is it important to use source control software for source code? Modification history.Code ownership: Multiple people can not modify the same code at the same time. 4. Describe Database Connection pooling (relative to MTS )? This allows MTS to reuse database connections. Database connections are put to sleep as opposed to being created and destroyed and are activated upon request. 5. Can We create CGI scripts in VB? Yes. 6. In project properties if we set Unattended what is it mean? This cannot have user interface. This can be used for the COM creation. 7. What are the Style Properties of Combo Box? Simple, Dropdown list We can type and select. Dropdown Combo Only Drop Down. 8. What are the record set types? RdOpenFowardOnly 0 (Default used only for the read only purpose) RdOpenStatic 1 RdOpenDynamic 2 RdOpenKeySet 3 (Normally used for the live project) 9. What are the different types of Dialog Box? Predefined, Custom, User Defined. 10. What is MAPI ? Messaging Application programming Interface.
|