How can we call Stored procedure of Back End in RDO and ADO ?
In RDO – We can call using RDO Query Objects. In ADO – We can call using Command Objects. Read more »
In RDO – We can call using RDO Query Objects. In ADO – We can call using Command Objects. Read more »
RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO, OLE... Read more »
Locking is the process by which a DBMS restricts access to a row in a multi-user environment. 4 types of locks. They are 1.Batch Optimistic 2.Optimistic 3.Pessimistic 4.Read... Read more »
Any control bound to Data Control. Ex:- Textbox, Check Box, Picture Box, Image Control, Label, List box, Combo Box, DB Combo, Read more »
ActiveX Data Object. ADO can access data from both flat files as well as the databases. I.e., It is encapsulation of DAO, RDO, and OLE that is why we call it as... Read more »
Datagrid – Editable. Flexigrid – Non-Editable. (Generally used for Read only purpose.) Read more »
It is difficult to use database objects declared in a module from within a form. Read more »
Simple –Single Select , Extended. – Multiple Select. Read more »
Simple, Dropdown list – We can type and select. Dropdown Combo – Only Drop Down. Read more »
This cannot have user interface. This can be used for the COM creation. Read more »
ASP.NET Configuration The ASP.NET configuration system features an extensible infrastructure that enables you to define configuration settings at the time your ASP.NET... Read more »
There are number of important settings that can be stored in the configuration file. Here are some of the most frequently used configurations, stored conveniently... Read more »
web.config: Web.config file, as it sounds like is a configuration file for the Asp .net web application. An Asp .net application has one web.config file which keeps... Read more »
Instance of specific copy of a class with its own settings for the properties defined in that class. Note: The implicity defined variable is never equal to nothing. Read more »
No, Private cannot be used in front of DIM. Read more »