- What is the difference between modal and modaless form in VB?
- Why we need a MDI form? How can we make a form as a mdichild form?
- Specify technical & functional architecture of your last 2 projects.
- What are the objects in ADODB?
- What are different types of cursors in ADODB?
- What are different types of locks in ADODB?
- What is disconnected recordset?
- Besides Standard Exe what are other types of projects in VB?
- What is the difference among Standard EXE, Active-X DLL, Active-X EXE?
- A standard exe contains a registered Active-X DLL. Now some error arise in the application but not in the standard exe , it is in the Active-X DLL. How do you find it out in which line no the error is?
- How can we find out that a recordset is blank (without using recordcount property)?
- What is the difference between procedure and functions in VB?
- What are the differences between stored procedure and functions in SQL Server 2000?
- I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe,Active-X Exe,Active-X Dll.
- can we call stored Procedure in Function in Sql Server 2000 and vice versa.
- What is an extended Stored Procedure?
- What is Trigger?
- Suppose I made an after Trigger on Delete. Now I fire Delete * From tablename. will this trigger work? Now do I fire truncate from table name (instead of delete command). will this trigger work now? If yes or no then why?
- What is a view? is View updatable?
- What is the difference between having and where clause?
- Why we need a group by clause?
- What is a join and their types?
- What is the difference between referencing and joining?
- What is the difference between constraints and triggers?
- What is the maximum size of form to hold the controls?
- Write the correct order of execution of following form’s events: initialization, Load, Activate, Refresh , Paint
- What is ACID Property of Transaction?
- How do we call MS- Excel in VB?
- What does option Explicit means?
- What is an index?
- What is normalization and its forms?
- What does Query_unload event do in VB? Why we need Form _unload event?
- What is a cursor in SQL Server 2000 and their types?
- How do we get month name in SQL Server 2000, Oracle, MS Access?
- How do we return a record set from a Stored Procedure in SQl server 2000?
- What are the magic tables in SQL Server 2000?
- What is Enum in VB?
- Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows “No Department”.
- Write a query to find out those department names which has no employee.
- Write a query to find out those employees whose salary is greater than their department’s average salary.
- How do we get current date in SQL Server 2000, Oracle, MS Access?
There are 2 tables:
EMP : EmpId, Ename, Sal, DeptId
DEPT : DeptId, Dname
No comments:
Post a Comment