Describe the role of social media sites in digital communication technology? Social media sites provides many types of ways to share and allow to send different types of data such as:- text data through file of text document or direct message text to the chat box directly to the user by typing, the audio clip can be recorded to send the file or direct voice calling system allows to connect with the user when the user is online. Similarly, video data can be shared to the user in the form of a file and directly connected in the form of video call or video chatting. The image file can be used to share the information object which is still object information including text data depending on the creators. The social media sites provide the services of connecting users through the data communication system using the different types of option such as:- chatting using text messages, audio clipping sends methods, recorded current video through the camera or direct video call or chat option, voi...
Explain the procedure to create a form that be saved in a database
It is very basic and typically procedure of creating a form and their components such as text boxes and buttons to store the data into the database. It is simple procedure to show the how to create a form their programing interface, backend for data processing and store the data into database server.
Create a form
- Form is the interface of the user.
- It is the main interface for user to impact good or bad impression of the application, website and system software.
How to create a basic form to save to data into the database?
- First you create a blank form in the environment of typical application building software.
- Use their tools such as text box and button.
- Place the text boxes and the buttons to the right in the form area.
Go to coding interface of the form unless design view interface in the software you are using
- Apply the header files or packages into the programing interface.
- Apply and declare variables and their data types for the text boxes of the form.
- Declare the string of the database connectivity which is used to connect the database software you are using in the system.
- Apply function to process the data and store into the database which you have created in the database server software.
- Complete the program coding process for the form.
Back end programing interface for database to store the data and information
- Apply the database query language to store the data into the database. Mostly the database’s query language is uses to processing the data such as calculation and other process into the database server.
- You can insert the data using apply the address of the text box and button form the design view of the form.
- Insert is also a keyword for query language backend using.
Comments
Post a Comment