Вы находитесь на странице: 1из 12

Unidad 3: Paso 4

Identificar y aplicar los conceptos básicos de manejo de


bases de datos y multimedia

Entregado por:

Kelly Johanna Garavito Motta Código 40740587


Edgar Fabián Chávez Acosta Código: 1075299274
José Yecid Verjan Código: 80809021
Fabián Leonardo Gómez Cadena Código:

Grupo: 201416_42

Presentado a:
Jaime Rubiano Llorente
Tutor

Universidad Nacional Abierta y a Distancia - UNAD


Escuela de Ciencias Básicas, Tecnología e Ingeniería
Programa de Ingeniería de Sistemas
Visual Basic Básico
Noviembre de 2018
INTRODUCTION

The Databases are a system formed by a set of data stored on disks that allow direct access
to them and a set of programs that manipulate that data set. Each database is composed of one or
more tables that holds a set of data. Each table has one or more columns and rows. The columns
keep a part of the information about each element that we want to save in the table, each row of
the table forms a record.

The work presented below presents a database in SQL Server, connected with Visual Basic
and whose objective is the registration and entry of users. Once entered, it allows the visualization
of educational character themes that combine multimedia elements such as text, images, videos
and audios.
LINK BASE DE DATOS Y PROYECTO

https://drive.google.com/file/d/11Ikr7at0aL1y5UF5pXyRgJ0KhyplpQj4/view?usp=sharing
CONTENIDO

1.-Base De Datos en SQL SERVER 2017


2.-Conexión Base de Datos con Visual Basic
3.-Formulario de Ingreso.
4.-Formulario de Registro
5.-Formulario Menú Principal
6.-Formularios Temas de Estudio
CONCLUSIONS

Once the work was finished, the basic concepts of database and multimedia management
were identified and applied. For this a database was designed in SQL Server and connected with
Visual Basic. The data entered in the Database are validated.

In addition, a series of forms was created with each of the topics. These forms included
multimedia elements such as text, images, videos and audios.
REFERENCIAS BIBLIOGRÁFICAS

➢ Ceballos, J. (2010). Visual Basic .NET: lenguaje y aplicaciones (3a. ed.), capítulo 2.
Fundamentos de Visual Basic .Net, Recuperado de
http://bibliotecavirtual.unad.edu.co:2077/lib/unadsp/reader.action?ppg=38&docID=1103
8934&tm=1480458925094

➢ Fernández, C. (2009). Visual Basic: básico. Madrid, ES: RA-MA Editorial. Capítulo 3,
lenguaje Basic. Recuperado de
http://bibliotecavirtual.unad.edu.co:2077/lib/unadsp/reader.action?ppg=38&docID=1104
6605&tm=1480459848979

➢ Rubiano. J. (2015). Material de apoyo unidad 3. Recuperado de


http://hdl.handle.net/10596/9390

➢ Stephens, R. (2010). Visual Basic 2010: Programmer's Reference. Indianápolis, IN:


Wrox. Parte 1. Recuperado de
http://bibliotecavirtual.unad.edu.co:2051/login.aspx?direct=true&db=nlebk&AN=310355
&lang=es&site=ehost-live

Вам также может понравиться