Latest Answer : yes ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
Latest Answer : Class:Its a Template.To access the methods and the properties written in the class you have to create an object, and then you can fetch the properties and methods of the class. the methods and the properties written in the module can direly call from ...
Latest Answer : A Class is a template of an object. Let us understand this in detail with a sample object pen.We can list out the various characteristic features of the pen as* It is of various types: Fountain pen, Ball-point pen, Flourescent pen, etc.* It has a base ...
Latest Answer : Standard Module: Properties, methods and variable declare in this module can be accessed throughout the application.Class Module: Properties,Methods and variables declare in the class module can be accessed only after creating the object of the class. ...
Latest Answer : Let - Used when assigning a value to the property. Set - Used when assigning an Object to the property. Get - Used when retrieving value of a property. ...
Latest Answer : The following steps show you how to add document fragments to the SimpleSample smart document. The first thing you need to do is add a constant for the documentfragment element in the SimpleSample schema. Insert the following code into the ...
Latest Answer : A Data Form Wizard is the fastest way to develop database applications without writing a single line of code. The only drawback of using this wizard is it provides you limited functionality. Sometimes customizing wizard generated code could be harder ...