Latest Answer: Array is used to difine variables of same type and size where as collection is as temporary allocated area created in volatile memory using the concept of array to store data temporarily. ...
Latest Answer: Instead of Trigger is used in SQL Server it used when we execute some sql QUERYsome how that query doesn't execute then Instead of Trigger is fired. ...
Latest Answer: go to components and add a new ocx file ...
Suppose emp is one class that we have to create, and have to add empname, empid as member of this class, what should be the code for that ? how we can calculate the salary for emp ? pl explain steps.pl comment
Latest Answer: Sub-query is an inner query that returns a result used by another outer query may be by means of an IN operator like the following:select * from [dbo].[Orders] where [Customer_ID] IN (select Customer_ID from [dbo].[Customer] where [City]='Kolkata')A ...
Latest Answer: out parameter ...
Latest Answer: By Ref ...
Latest Answer: Typedef is a c++ language keyword to difene a synonyms for both fundamental and derived types.example:1) typedef unsigned char BYTE; 2) typedef BYTE * PBYTE; ...
Latest Answer: As the function can return only one out parameter, use multiple input parameters & pass them By Ref ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top