Códigos fuentes aplicativo Agenda con VB.NET

Size: px
Start display at page:

Download "Códigos fuentes aplicativo Agenda con VB.NET"

Transcription

1 2011 Códigos fuentes aplicativo Agenda con VB.NET Códigos fuente del aplicativo desarrollado en Visual Basic.Net, para el formulario Agenda.vb y el módulo funciones.vb Ver código fuente de Agenda.vb Ver código fuente de funciones.vb Andres [Escriba el nombre de la compañía] 01/01/2011

2 AGENDA.VB Imports MySql Imports MySql.Data.MySqlClient Public Class Agenda Public pbus As String Public idactual As Integer Private Sub consultaxcodigo_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles consultaxcodigo.click param.text = "Código estudiante" pbus = "COD_EST" parbusqueda.clear() pconsulta.visible = True bagregar.enabled = False modificar.enabled = True eliminar.enabled = True Private Sub consultaxapellidos_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles consultaxapellidos.click param.text = "Apellidos" pbus = "APELLIDOS" parbusqueda.clear() pconsulta.visible = True bagregar.enabled = False modificar.enabled = True eliminar.enabled = True Private Function tbcodigo.clear() tbapellidos.clear() tbnombres.clear() tbdocumento.clear() tbtelefono.clear() fecha.value = Date.Today Return 0 Private Sub bconsultar_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles bconsultar.click Dim datos As MySqlDataReader If parbusqueda.textlength <> 0 Then Dim parbuscar As String = "'" & parbusqueda.text & "'" datos = consultar("select * FROM datos WHERE " & pbus & "=" & parbuscar & ";") If datos.hasrows <> 0 Then datos.read() idactual = datos("id_est") tbcodigo.text = datos("cod_est") tbapellidos.text = datos("apellidos") tbnombres.text = datos("nombres") tbdocumento.text = datos("no_di") fecha.value = datos("fecha_nace")

3 tbtelefono.text = datos("telefono") datos.close() Me.Height = 334 Else MsgBox("No se han encontrado registros para su búsqueda", MsgBoxStyle.Information, "Registro no encontrado") Private Sub Agenda_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load fecha.customformat = "d 'de' MMMM 'de' yyy" ' definimos el formato con que nos va mostrar la fecha en el datatimepicker Private Sub modificar_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles modificar.click actualizar("update datos SET COD_EST='" & tbcodigo.text & "', APELLIDOS='" & tbapellidos.text & _ "', NOMBRES='" & tbnombres.text & "', NO_DI='" & tbdocumento.text & "', FECHA_NACE='" & _ fecha.value.tostring("yyyy-mm-dd") & "', TELEFONO='" & tbtelefono.text & "' WHERE ID_EST=" & idactual & ";") MsgBox("El registro se ha modificado exitosamente", MsgBoxStyle.Information, "Modificación exitosa") Private Sub eliminar_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles eliminar.click consultar("delete from datos WHERE ID_EST=" & idactual & ";") MsgBox("El registro se ha borrado exitosamente", MsgBoxStyle.Information, "Borrado exitoso") Private Sub agregar_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles agregar.click Me.Height = 334 pconsulta.visible = False bagregar.enabled = True modificar.enabled = False eliminar.enabled = False

4 Private Sub Cerrar_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cerrar.Click Me.Close() Private Sub bagregar_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles bagregar.click actualizar("insert INTO datos (COD_EST,APELLIDOS, NOMBRES,NO_DI,FECHA_NACE,TELEFONO) VALUES ('" & _ tbcodigo.text & "','" & tbapellidos.text & "','" & tbnombres.text & "','" & tbdocumento.text & _ "','" & fecha.value.tostring("yyyy-mm-dd") & "','" & tbtelefono.text & "');") MsgBox("El registro se ha creado exitosamente", MsgBoxStyle.Information, "Creación exitosa") End Class

5 FUNCIONES.VB Imports MySql Imports MySql.Data.MySqlClient Imports System.Data Module funciones Public con As MySqlConnection Public Function conexion(byval msg As Boolean) con = New MySqlConnection() con.connectionstring = "server=localhost; user id=usuariosgd; password=sgd11; database=sgd11;" con.open() conexion = True Catch mierror As MySqlException conexion = False If msg Then MsgBox("No ha sido posible conectarse al sistema" & Chr(13) & _ mierror.message.tostring & Chr(13) & _ "Intentelo más tarde o verifique la conexión al Servidor", _ MsgBoxStyle.Critical, "Error al conectarse al Sistema") Public Function consultar(byval busqueda As String) As MySqlDataReader Dim myadapter As New MySqlDataAdapter Dim command As New MySqlCommand command.connection = con command.commandtext = busqueda myadapter.selectcommand = command consultar = command.executereader Public Function actualizar(byval registro As String) As Integer Dim myadapter As New MySqlDataAdapter Dim command As New MySqlCommand command.connection = con command.commandtext = registro myadapter.selectcommand = command actualizar = command.executenonquery End Module

Visual Web Development

Visual Web Development Terry Marris November 2007 Visual Web Development 17 Classes We see how to create our own classes. 17.1 The Concept My friend is: ann small - 1.52 metres female pretty and generous Attributes are derived

More information

Form Tasarımı - 5. Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt

Form Tasarımı - 5. Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt Form Tasarımı - 5 Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt Kodlar Imports System.Data Imports System.Data.OleDb Imports System.Xml Imports System.IO Public Class Form5 Dim yeni As OleDbConnection

More information

Propiedades del esquema del Documento XML de envío:

Propiedades del esquema del Documento XML de envío: Web Services Envio y Respuesta DIPS Courier Tipo Operación: 122-DIPS CURRIER/NORMAL 123-DIPS CURRIER/ANTICIP Los datos a considerar para el Servicio Web DIN que se encuentra en aduana son los siguientes:

More information

Hi, processing. Code of the vb.net version. Imports System.Data Imports System.Data.SqlClient

Hi, processing. Code of the vb.net version. Imports System.Data Imports System.Data.SqlClient Hi, I m looking for someone with knowledge in ASP.net or (PHP?). I represent a nonprofit organization that named Ateljee (http://www.uwkringwinkel.be). We have a small application we use for registration

More information

Ranking de Universidades de Grupo of Eight (Go8)

Ranking de Universidades de Grupo of Eight (Go8) En consecuencia con el objetivo del programa Becas Chile el cual busca a través de la excelencia de las instituciones y programas académicos de destino cerciorar que los becarios estudien en las mejores

More information

CRM Setup Factory Installer V 3.0 Developers Guide

CRM Setup Factory Installer V 3.0 Developers Guide CRM Setup Factory Installer V 3.0 Developers Guide Who Should Read This Guide This guide is for ACCPAC CRM solution providers and developers. We assume that you have experience using: Microsoft Visual

More information

INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008

INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008 INGESTING NWIS DATA USING VB.NET AND VISUAL STUDIO 2008 January, 2010 by: Tim Whiteaker Center for Research in Water Resources The University of Texas at Austin Distribution This tutorial and example files

More information

EViews Database Extension Interface

EViews Database Extension Interface EViews Database Extension Interface September 23, 2014 Table of Contents Introduction... 2 Examples... 4 File Based Database... 4 XML Folder Based Database... 17 SQL Server Database... 39 Distributing

More information

Introduction to Computer and Information Science CIS 110, Fall 2015

Introduction to Computer and Information Science CIS 110, Fall 2015 Introduction to Computer and Information Science CIS 110, Fall 2015 Project 10 For this project, use Visual Basic to create a temperature conversion program. The following instructions provide all of the

More information

Changing the Display Frequency During Scanning Within an ImageControls 3 Application

Changing the Display Frequency During Scanning Within an ImageControls 3 Application Changing the Display Frequency During Scanning Within an ImageControls 3 Date November 2008 Applies To Kofax ImageControls 2x, 3x Summary This application note contains example code for changing he display

More information

1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS

1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS 1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS 1.1 Solicitud certificado:

More information

Sub OPT() j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1

Sub OPT() j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1 Module1-1 j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1 Sub OPT() Dim minpc As Integer Dim max(100) As Double Dim row_max, fday, lday As Integer Dim aux, aux2 As String Dim frow(1000) As Double Dim lrow(1000)

More information

Many applications consist of one or more classes, each containing one or more methods. If you become part of a development team in industry, you may

Many applications consist of one or more classes, each containing one or more methods. If you become part of a development team in industry, you may Chapter 1 Many applications consist of one or more classes, each containing one or more methods. If you become part of a development team in industry, you may work on applications that contain hundreds,

More information

How To: Create a Crystal Report from ADO.NET Dataset using Visual Basic.NET

How To: Create a Crystal Report from ADO.NET Dataset using Visual Basic.NET How To: Create a Crystal Report from ADO.NET Dataset using Visual Basic.NET See also: http://support.businessobjects.com/communitycs/technicalpapers/rtm_reporting offadonetdatasets.pdf http://www.businessobjects.com/products/dev_zone/net_walkthroughs.asp

More information

New words to remember

New words to remember Finanza Toolbox Materials Checking Accounts When you open a checking account you put money in the bank. Then you buy a book of checks from the bank. Using checks keeps you from having to carry cash with

More information

TRANSITION FROM TEACHING VB6 TO VB.NET

TRANSITION FROM TEACHING VB6 TO VB.NET TRANSITION FROM TEACHING VB6 TO VB.NET Azad Ali, Butler County Community College azad.ali@bc3.edu David Wood, Robert Morris University wood@rmu.edu ABSTRACT The upgrade of Microsoft Visual Basic from version

More information

ClientAce WPF Project Example

ClientAce WPF Project Example Technical Note ClientAce WPF Project Example 1. Introduction Traditional Windows forms are being replaced by Windows Presentation Foundation 1 (WPF) forms. WPF forms are fundamentally different and designed

More information

N A T I O N A L M I S S I N G P E R S O N S P R O G R A M DNA

N A T I O N A L M I S S I N G P E R S O N S P R O G R A M DNA University of North Texas Center for Human Identification Family Reference Sample Evidence Registration Form Investigating Agency Information Investigating Agency: Agency Case No.: Address: ORI No.: NCIC

More information

Xml Inst2 Page - Complete Education

Xml Inst2 Page - Complete Education Imports System.Xml Inst2Page.aspx Partial Class Inst2Form Inherits System.Web.UI.Page Protected Sub InitVent(ByRef XMLDoc As XmlDocument) For Each elem As String In Std.ventType Type1.Items.Add(elem) Dim

More information

Ambientes de Desenvolvimento Avançados

Ambientes de Desenvolvimento Avançados Ambientes de Desenvolvimento Avançados http://www.dei.isep.ipp.pt/~jtavares/adav/adav.htm Aula 17 Engenharia Informática 2006/2007 José António Tavares jrt@isep.ipp.pt 1.NET Web Services: Construção de

More information

Apéndice C: Código Fuente del Programa DBConnection.java

Apéndice C: Código Fuente del Programa DBConnection.java Apéndice C: Código Fuente del Programa DBConnection.java import java.sql.*; import java.io.*; import java.*; import java.util.*; import java.net.*; public class DBConnection Connection pgsqlconn = null;

More information

Conexión SQL Server C#

Conexión SQL Server C# Conexión SQL Server C# Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;

More information

USER MANUAL MONITORING MODULE

USER MANUAL MONITORING MODULE USER MANUAL 2 MONITORING MODULE MONITOR is an integrated information system that allows ongoing monitoring of activities financed by USAID/Colombia. As explained in the environmental module, MONITOR is

More information

Visual Basic Programming. An Introduction

Visual Basic Programming. An Introduction Visual Basic Programming An Introduction Why Visual Basic? Programming for the Windows User Interface is extremely complicated. Other Graphical User Interfaces (GUI) are no better. Visual Basic provides

More information

CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No.

CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No. CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No. 2012-O-158) Date of application: Applicant Address Telephone Cellular E-Mail Address

More information

LHCb activities at PIC

LHCb activities at PIC CCRC08 post-mortem LHCb activities at PIC G. Merino PIC, 19/06/2008 LHCb Computing Main user analysis supported at CERN + 6Tier-1s Tier-2s essentially MonteCarlo production facilities 2 CCRC08: Planned

More information

e-mail: mtoledo@dgrfsa.gov.ar Ejercicio 1 Dim saludo As String * 10

e-mail: mtoledo@dgrfsa.gov.ar Ejercicio 1 Dim saludo As String * 10 Ejercicio 1 Dim saludo As String * 10 Private Sub Command1_Click() Dim Nombre As String * 10 Nombre = "Joaquim" saludo = "HOLA" Print saludo; y; Nombre Private Sub Command2_Click() saludo = "ADIOS" Print

More information

PROGRAMA DE GRAFICACIÓN DE VELOCIDADES EN VENTANAS DE MAPINFO

PROGRAMA DE GRAFICACIÓN DE VELOCIDADES EN VENTANAS DE MAPINFO PROGRAMA DE GRAFICACIÓN DE VELOCIDADES EN VENTANAS DE MAPINFO Module Description: MapBasic program draw polylines using a tab file containing the data about the initial coordinate, azimuth and velocity

More information

Dictionary (catálogo)

Dictionary (catálogo) Catálogo Oracle Catálogo Esquema: un conjunto de estructuras de datos lógicas (objetos del esquema), propiedad de un usuario Un esquema contiene, entre otros, los objetos siguientes: tablas vistas índices

More information

Beginning MYSQL 5.0. With. Visual Studio.NET 2005

Beginning MYSQL 5.0. With. Visual Studio.NET 2005 Beginning MYSQL 5.0 With Visual Studio.NET 2005 By Anil Mahadev Database Technologist and Enthusiast Welcome to the Wonderful of MYSQL 5, a phenomenal release in the History of MYSQL Development. There

More information

STUDENTS ATTENDANCE MANAGEMENT SYSTEM MINI PROJECT REPORT. Submitted by. KALAISANKARAN B Roll No: 11MCA020

STUDENTS ATTENDANCE MANAGEMENT SYSTEM MINI PROJECT REPORT. Submitted by. KALAISANKARAN B Roll No: 11MCA020 STUDENTS ATTENDANCE MANAGEMENT SYSTEM MINI PROJECT REPORT Submitted by KALAISANKARAN B Roll No: 11MCA020 in partial fulfillment of the requirements For the award of the degree of MASTER OF COMPUTER APPLICATIONS

More information

New words to remember

New words to remember Finanza Toolbox Materials When you open a checking account you put money in the bank. Then you buy a book of checks from the bank. Using checks keeps you from having to carry cash with you. You can use

More information

LOS ANGELES UNIFIED SCHOOL DISTRICT Policy Bulletin

LOS ANGELES UNIFIED SCHOOL DISTRICT Policy Bulletin Policy Bulletin TITLE: NUMBER: ISSUER: Procedures for Requests for Educationally Related Records of Students with or Suspected of Having Disabilities DATE: February 9, 2015 Sharyn Howell, Executive Director

More information

Design of Conveyor Monitoring Controller with Wireless System

Design of Conveyor Monitoring Controller with Wireless System Design of Conveyor Monitoring Controller with Wireless System Mrs.Sheeja S.Suresh 1, Mr.P.H.Rangaree 2 1 Research scholar, G.H.Raisoni College of Engg./Electronics, Nagpur, India Email: sheeja_suresh@rediffmail.com

More information

INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009

INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009 Commonwealth of Puerto Rico Department of the Treasury PUBLICATION 09-05 INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009 Table of Contents 1. Introduction and

More information

Kepware Technologies ClientAce: Creating a Simple Windows Form Application

Kepware Technologies ClientAce: Creating a Simple Windows Form Application Kepware Technlgies ClientAce: Creating a Simple Windws Frm July, 2013 Ref. 1.03 Kepware Technlgies Table f Cntents 1. Overview... 1 1.1 Requirements... 1 2. Creating a Windws Frm... 1 2.1 Adding Cntrls

More information

webcrm API Getting Started

webcrm API Getting Started webcrm API Getting Started 17.09.2012 / 08.12.2015 TS Contents.NET Application with autogenerated proxy class... 2.NET Application sending SOAP messages directly... 10 .NET Application with auto generated

More information

Deleting A Record... 26 Updating the Database... 27 Binding Data Tables to Controls... 27 Binding the Data Table to the Data Grid View...

Deleting A Record... 26 Updating the Database... 27 Binding Data Tables to Controls... 27 Binding the Data Table to the Data Grid View... 1 Table of Contents Chapter 9...4 Database and ADO.NET...4 9.1 Introduction to Database...4 Table Definitions...4 DDL and DML...5 Indexes, the Primary Key, and the Foreign Key...5 Index Uniqueness...5

More information

New Server Installation. Revisión: 13/10/2014

New Server Installation. Revisión: 13/10/2014 Revisión: 13/10/2014 I Contenido Parte I Introduction 1 Parte II Opening Ports 3 1 Access to the... 3 Advanced Security Firewall 2 Opening ports... 5 Parte III Create & Share Repositorio folder 8 1 Create

More information

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list): """ Computes the average of a list of grades

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list):  Computes the average of a list of grades Bucle for_in Sintaxis: for in : Bucles for_in con listas In [38]: def assessment(grade_list): Computes the average of a list of grades @type grades: [float]

More information

INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE

INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE YEAR 2015-2016 INDEX 1. GENERAL 2. INTRODUCTORY LETTER 3. GUIDE FOR BUSINESSES / GUÍA PARA LAS EMPRESAS. 4. CONFIRMATION FORM / CARTA DE CONFIRMACIÓN.

More information

LOS ANGELES UNIFIED SCHOOL DISTRICT POLICY BULLETIN

LOS ANGELES UNIFIED SCHOOL DISTRICT POLICY BULLETIN TITLE: NUMBER: ISSUER: Guidelines for the Use of Audiovisual Materials Not Owned, Broadcast, or Recommended by the District BUL-5210 Judy Elliott, Chief Academic Officer ROUTING Local District Superintendents

More information

CRYSTAL REPORTS IN VISUAL STUDIO.NET 2003

CRYSTAL REPORTS IN VISUAL STUDIO.NET 2003 CRYSTAL REPORTS IN VISUAL STUDIO.NET 2003 By Srunokshi Kaniyur Prema Neelakantan This tutorial gives an introduction to creating Crystal reports in Visual Studio.Net 2003 and few of the features available

More information

ADO.NET. Industrial Programming. Structure of database access. ADO.NET Example. Lecture 7: Database access in C# using LINQ

ADO.NET. Industrial Programming. Structure of database access. ADO.NET Example. Lecture 7: Database access in C# using LINQ ADO.NET Industrial Programming Lecture 7: Database access in C# using LINQ Industrial Programming 1 ADO.NET provides a direct interface to a database. The interface is database-specific. ADO.NET uses a

More information

RIGGING CONDITIONS AND PROCEDURES

RIGGING CONDITIONS AND PROCEDURES RIGGING CONDITIONS AND PROCEDURES 1. ESTIMATE BUDGET PROCEDURES 1.1 Rigging Order The exhibitor should fill in the form Quotation Order Form (enclosed in the next section) in order to elaborate the suitable

More information

Industrial Programming

Industrial Programming Industrial Programming Lecture 7: Database access in C# using LINQ Industrial Programming 1 ADO.NET ADO.NET provides a direct interface to a database. The interface is database-specific. ADO.NET uses a

More information

Save the Date! May 17-18, 2015. (Holiday Inn Austin Midtown) 6000 Middle Fiskville Road Austin, TX 78752

Save the Date! May 17-18, 2015. (Holiday Inn Austin Midtown) 6000 Middle Fiskville Road Austin, TX 78752 Save the Date! May 17-18, 2015 (Holiday Inn Austin Midtown) 6000 Middle Fiskville Road Austin, TX 78752 Promotores/CHW/Instructor Registration Fee: $35.00* Includes conference materials, CEUs, and meals

More information

Tracing and Debugging in ASP.NET

Tracing and Debugging in ASP.NET Tracing and Debugging in ASP.NET Tracing and Debugging in ASP.NET Objectives Learn how to set up traces in Visual Studio.NET. Configure tracing and debugging in Visual Studio.NET. Step through code written

More information

When replying please quote: Ref.: NT-N1-17.2 E.OSG - NACC59844 18 March 2016

When replying please quote: Ref.: NT-N1-17.2 E.OSG - NACC59844 18 March 2016 When replying please quote: Ref.: NT-N1-17.2 E.OSG - NACC59844 18 March 2016 To: States, Territories and International Organizations Subject: Invitation Twenty-Fourth Pan America Regional Aviation Safety

More information

Update a MS2.2 20060817

Update a MS2.2 20060817 Los cambios a realizar en la base de datos son los siguientes. Se ejecutarán en el phpmyadmin del servidor. A ser posible sobre una base de datos replicada, por si hay algún error. Si no se trata de una

More information

VBA Microsoft Access 2007 Macros to Import Formats and Labels to SAS

VBA Microsoft Access 2007 Macros to Import Formats and Labels to SAS WUSS 2011 VBA Microsoft Access 2007 Macros to Import Formats and Labels to SAS Maria S. Melguizo Castro, Jerry R Stalnaker, and Christopher J. Swearingen Biostatistics Program, Department of Pediatrics

More information

Física Computacional Conceptos de programación.

Física Computacional Conceptos de programación. Física Computacional Conceptos de programación. F. A. Velázquez-Muñoz Departamento de Física CUCEI UdeG 6 de febrero de 2015 Sistemas Operativos ms-dos windows linux suse; redhat; ubuntu; etc. unix Mac

More information

Upgrade de IOS de Router Cisco 1005 a c1005-bny-mz.112-20.bin

Upgrade de IOS de Router Cisco 1005 a c1005-bny-mz.112-20.bin Upgrade de IOS de Router Cisco 1005 a c1005-bny-mz.112-20.bin Diagrama de conexionado para el upgrade: Conexión a la Consola del Router 8 NONE -1 // 9600 bps Conexión a la Ethernet del Router IP_Router=192.168.0.201/24

More information

Curso SQL Server 2012 para Desarrolladores

Curso SQL Server 2012 para Desarrolladores Curso SQL Server 2012 para Desarrolladores Objetivos: Obtener una introducción al diseño de Bases de Datos Relacionales y a SQL Usar el Management Studio y las características de SQL Server 2012 para desarrallodores.

More information

learning science through inquiry in primary classroom Overview of workshop

learning science through inquiry in primary classroom Overview of workshop Indicators of teaching and learning science through inquiry in primary classroom Wynne Harlen UK Overview of workshop Part 1: Why IBSE? What do we want to achieve through it? Part 2: Thinking about how

More information

When replying please quote: Ref.: NT-N1.17.2 EMX0943 20 October 2015

When replying please quote: Ref.: NT-N1.17.2 EMX0943 20 October 2015 When replying please quote: Ref.: NT-N1.17.2 EMX0943 20 October 2015 To: States, Territories and International Organizations Subject: Invitation Twelfth Information Analysis Team Meeting (IAT/12) and Twenty-

More information

How To Know If An Ipod Is Compatible With An Ipo Or Ipo 2.1.1 (Sanyo)

How To Know If An Ipod Is Compatible With An Ipo Or Ipo 2.1.1 (Sanyo) IntesisBox PA-RC2-xxx-1 SANYO compatibilities In this document the compatible SANYO models with the following IntesisBox RC2 interfaces are listed: / En éste documento se listan los modelos SANYO compatibles

More information

The Three Major Challenges in Disaster Risk Reduction

The Three Major Challenges in Disaster Risk Reduction Consultation process Post HFA-Online Survey IGO s s and International Organizations DD Nov. 2012 Cuáles son los tres logros principales en la reducción del riesgo de desastres desde la implementación del

More information

Updated SQL Injection

Updated SQL Injection Page 1 of 5 http://www.sqlservercentral.com/articles/security/updatedsqlinjection/2065/ Printed 2008/03/21 05:46AM Updated SQL Injection By Michael Coles, 2005/08/29 Introduction For many years now, SQL

More information

Removing Language Barriers: Reaching Your Spanish Speaking Audience

Removing Language Barriers: Reaching Your Spanish Speaking Audience Removing Language Barriers: Reaching Your Spanish Speaking Audience Communications Tune Up Webinar Series MAXIMUS Center for Health Literacy Translation Services Group Mercedes Blanco Victoria Williams

More information

Serial Port Using Visual Basic.NET and Windows

Serial Port Using Visual Basic.NET and Windows Serial Port Using Visual Basic.NET and Windows Introduction The serial (COM) port is one of the simplest ways to communicate between a PC and a microcontroller circuit. Most microcontrollers have hardware

More information

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011 Hands-On Lab Client Workflow Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: DEFINING A PROCESS IN VISIO 2010... 4 Task 1 Define the Timesheet Approval process... 4 Task 2

More information

Ejemplos de manipulación de cadenas

Ejemplos de manipulación de cadenas Ejemplos de manipulación de cadenas Función Left MsgBox(Funciones_vb.Left(Cadena, 6)) MsgBox(Cadena.Substring(0, 6)) Función Right MsgBox(Funciones_vb.Right(Cadena, 6)) MsgBox(Cadena.Substring(Cadena.Length

More information

'========================================================================== ==== Scans a range of A/D Input Channels

'========================================================================== ==== Scans a range of A/D Input Channels ========================================================================== ==== File: Library Call Demonstrated: background mode Purpose: continuously array. Demonstration: channels. Other Library Calls:

More information

INSTRUCTIONS FOR UDEG EXCHANGE PROGRAM APPLICATION SOLICITUD PIME ENTRANTE 1

INSTRUCTIONS FOR UDEG EXCHANGE PROGRAM APPLICATION SOLICITUD PIME ENTRANTE 1 INSTRUCTIONS FOR UDEG EXCHANGE PROGRAM APPLICATION SOLICITUD PIME ENTRANTE 1 For the academic semesters 2014 B and 2015 A, the international office of the Universidad de Guadalajara (UdeG) will only receive

More information

How To Write A Letter Of Intent To A Pension Fund

How To Write A Letter Of Intent To A Pension Fund Sociedad de inversión de capital variable Domicilio social: 49, avenue J.F. Kennedy, L-1855 Luxemburgo Inscrita en el Registro Mercantil de Luxemburgo con el número B-119.899 (la Sociedad ) AVISO IMPORTANTE

More information

C# Datenbank-Programmierung

C# Datenbank-Programmierung C# Datenbank-Programmierung Usings... 2 Verbindung herstellen SQL und Acces... 2 Verbindung schliessen SQL und Acces... 3 File open Dialog... 3 Lehar einfügen... 3 Lehar löschen... 4 Radio Button SQL &

More information

Impreso de Solicitud / Application Form

Impreso de Solicitud / Application Form Fotografía/ Photograph Impreso de Solicitud / Application Form Sistema Europeo de Transferencia de Créditos / European Credit Transfer System Datos del estudiante / Student s personal data Apellido 1 /

More information

Quest, Inc. Title VI Complaint Procedures and Forms

Quest, Inc. Title VI Complaint Procedures and Forms Quest, Inc. Title VI Complaint Procedures and Forms 1.0 Title VI Procedures and Compliance FTA Circular 4702.1B, Chapter III, Paragraph 6: All recipients shall develop procedures for investigating and

More information

CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL

CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL The final decision for instructional and library materials rests with the School Board. The following procedures will be used for challenges to Instructional

More information

Monterey County Behavioral Health Policy and Procedure

Monterey County Behavioral Health Policy and Procedure Monterey County Behavioral Health Policy and Procedure 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Policy Number 144 Policy Title Disclosure of Unlicensed Status for License

More information

CERTIFICADO DE NIVEL INTERMEDIO IDIOMA: INGLÉS COMPRENSIÓN AUDITIVA

CERTIFICADO DE NIVEL INTERMEDIO IDIOMA: INGLÉS COMPRENSIÓN AUDITIVA CERTIFICADO DE NIVEL INTERMEDIO IDIOMA: INGLÉS CONVOCATORIA ORDINARIA DE 0 COMPRENSIÓN AUDITIVA CUMPLIMENTE LOS SIGUIENTES DATOS: APELLIDOS: NOMBRE: DNI: SEXO: EDAD (en 0): años (Marque con una X la respuesta

More information

Moving from C++ to VBA

Moving from C++ to VBA Introduction College of Engineering and Computer Science Mechanical Engineering Department Mechanical Engineering 309 Numerical Analysis of Engineering Systems Fall 2014 Number: 15237 Instructor: Larry

More information

CA Dream Application References

CA Dream Application References CA Dream Application References 2014 California High School Counselor Workshop Guide Page 171 California Nonresident Tuition Exemption For Eligible California High School Graduates (The law passed by

More information

Dirección de Tecnologías de Información COM-16101-001. Web and Social Media Analytics 22 de Septiembre de 2010

Dirección de Tecnologías de Información COM-16101-001. Web and Social Media Analytics 22 de Septiembre de 2010 Dirección de Tecnologías de Información COM-16101-001 Web and Social Media Analytics 22 de Septiembre de 2010 Dr. Víctor M. González y González victor.gonzalez@itam.mx Agenda Cambios en el curso Business

More information

1. Create SQL Database in Visual Studio

1. Create SQL Database in Visual Studio 1. Create SQL Database in Visual Studio 1. Select Create New SQL Server Database in Server Explorer. 2. Select your server name, and input the new database name, then press OK. Copyright 2011 Lo Chi Wing

More information

Introduction to Visual Basic and Visual C++ Database Foundation. Types of Databases. Data Access Application Models. Introduction to Database System

Introduction to Visual Basic and Visual C++ Database Foundation. Types of Databases. Data Access Application Models. Introduction to Database System Introduction to Visual Basic and Visual C++ Database Foundation Lesson 8 Introduction to Database System I154-1-A A @ Peter Lo 2010 1 I154-1-A A @ Peter Lo 2010 2 Data Access Application Models Types of

More information

Core Curriculum Budgeting Savings Debt Management Bank Services Financial Negotiations

Core Curriculum Budgeting Savings Debt Management Bank Services Financial Negotiations Insurance Education Monique Cohen Microfinance Opportunities Alejandra Díaz Fasecolda Fundaseg Cartagena, Nov. 2008 Global Financial Education Program Core Curriculum Budgeting Savings Debt Management

More information

User s Manual Customer Service Website

User s Manual Customer Service Website User s Manual Customer Service Website Seres 2013 Pág. 2 Introduction Introducción The solution presented is the only point of contact between the customer and the ticket management tool. The customer

More information

Ecuador Official visa Application

Ecuador Official visa Application Ecuador Official visa Application Please enter your contact information Name: Email: Tel: Mobile: The latest date you need your passport returned in time for your travel: Ecuador official visa checklist

More information

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System)

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) RouteSms ResellerPlus - Bulk Http API Specification (Document Version 1.0.0) (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) 1 P a g e HTTP API

More information

SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204

SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204 Part I. Texas Department of Insurance Page 1 of 10 SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204 1. INTRODUCTION. The commissioner of insurance adopts amendments

More information

Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink

Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink 1 Objetivo... 3 Introducción Simulink... 3 Open the Simulink Library Browser... 3 Create a New Simulink Model... 4 Simulink Examples... 4

More information

BARACK OBAMA AND JOE BIDEN S PLAN TO LOWER HEALTH CARE COSTS AND ENSURE AFFORDABLE, ACCESSIBLE HEALTH COVERAGE FOR ALL

BARACK OBAMA AND JOE BIDEN S PLAN TO LOWER HEALTH CARE COSTS AND ENSURE AFFORDABLE, ACCESSIBLE HEALTH COVERAGE FOR ALL INGLÉS II - TRABAJO PRÁCTICO Nº 8 CIENCIA POLÍTICA TEXTO: BARACK OBAMA AND JOE BIDEN S PLAN TO LOWER HEALTH CARE COSTS AND ENSURE AFFORDABLE, ACCESSIBLE HEALTH COVERAGE FOR ALL Fuente: www.barackobama.com/pdf/issues/healthcarefullplan.pdf

More information

LOS ANGELES UNIFIED SCHOOL DISTRICT REFERENCE GUIDE

LOS ANGELES UNIFIED SCHOOL DISTRICT REFERENCE GUIDE REFERENCE GUIDE TITLE: No Child Left Behind (NCLB): Qualifications for Teachers; Parent Notification Requirements and Right to Know Procedures, Annual Principal Certification Form ROUTING All Schools and

More information

MAPINFO GRID ENGINE. MapBasic scripts. MIGRID.DLL functions. using. Jacques Paris

MAPINFO GRID ENGINE. MapBasic scripts. MIGRID.DLL functions. using. Jacques Paris MAPINFO GRID ENGINE MapBasic scripts using MIGRID.DLL functions Jacques Paris September 2001 This document contains 4 MapBasic code listings showing how to use calls to the MiGrid library. These examples

More information

Benedictine College Financial Aid

Benedictine College Financial Aid 2015 2016 Institutional Verification Document V4 Dependent Your 2015 2016 Free Application for Federal Student Aid (FAFSA) was selected for review in a process called verification. The law says that before

More information

Visual basic string search function, download source code visual basic 6.0 gratis. > Visit Now <

Visual basic string search function, download source code visual basic 6.0 gratis. > Visit Now < Visual basic string search function, download source code visual basic 6.0 gratis. > Visit Now < Visual studio 2010 c# coding standards microsoft visual studio 2012 ultimate kickass curso online de basic

More information

SAN DIEGO UNIFIED SCHOOL DISTRICT

SAN DIEGO UNIFIED SCHOOL DISTRICT ADMINISTRATIVE CIRCULAR NO. 18 Office of Special Projects Date: September 18, 2015 SAN DIEGO UNIFIED SCHOOL DISTRICT To: Subject: Department and/or Persons Concerned: Due Date: Reference: Action Requested:

More information

The guide about TCP/IP connections between PC s and PLC s

The guide about TCP/IP connections between PC s and PLC s By Rasmus Frederiksen Contents: INTRO 2 OVERVIEW 2 THE GUIDE 2 THE PLC SIDE OF THE CONNECTION 2 THE PC SIDE OF THE CONNECTION 8 SOURCE REFERENCES 11 Intro I am studying to become a type of electrician

More information

I M M I G R A N T WORKERS HEALTH & SAFETY

I M M I G R A N T WORKERS HEALTH & SAFETY I M M I G R A N T WORKERS HEALTH & SAFETY 1-HOUR HAZARD IDENTIFICATION TRAINING GOAL: This training is designed for a one-hour session with immigrant workers from a variety of industries and from multiple

More information

EJEMPLO IMPRESIÓN PDF desde llamada RFC a SAP utilizando una variable binaria SAP (XSTRING)

EJEMPLO IMPRESIÓN PDF desde llamada RFC a SAP utilizando una variable binaria SAP (XSTRING) En SAP R/3. EJEMPLO IMPRESIÓN PDF desde llamada RFC a SAP utilizando una variable binaria SAP (XSTRING) Crear formulario Z_TEST2 con transacción SFP Entonces si tenemos function RFC function zhr1_certs_via_portal_action.

More information

We will include a small token of our appreciation for your participation in this study with the survey.

We will include a small token of our appreciation for your participation in this study with the survey. NHES-1L(CS) I am pleased to inform you that the has selected your household to participate in the 2012 National Household Education Survey, which we are conducting on behalf of the U.S. Department of Education.

More information

D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS 220/230 VAC INSTALLATION GUIDE

D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS 220/230 VAC INSTALLATION GUIDE Distributed by: AFW Access Systems Phone: 305-691-7711 Fax: 305-693-1386 E-mail: sales@anchormiami.com D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS

More information

SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204

SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204 Part I. Texas Department of Insurance Page 1 of 11 SUBCHAPTER A. AUTOMOBILE INSURANCE DIVISION 3. MISCELLANEOUS INTERPRETATIONS 28 TAC 5.204 1. INTRODUCTION. The Texas Department of Insurance proposes

More information

Guidelines for Designing Web Maps - An Academic Experience

Guidelines for Designing Web Maps - An Academic Experience Guidelines for Designing Web Maps - An Academic Experience Luz Angela ROCHA SALAMANCA, Colombia Key words: web map, map production, GIS on line, visualization, web cartography SUMMARY Nowadays Internet

More information

Ing. Javier Calvo Moreno

Ing. Javier Calvo Moreno CODIGOS PARA HACER UN BLOCK DE NOTAS CON LAS FUNCIONES: Nuevo, Abrir, Guardar, Guardar Como, Imprimir, Formato fuente, Salir. Ing. Javier Calvo Moreno Nota: Son las opciones básicas, ustedes pueden agregar

More information

Creating Reports Using Crystal Reports

Creating Reports Using Crystal Reports Creating Reports Using Crystal Reports Creating Reports Using Crystal Reports Objectives Learn how to create reports for Visual Studio.NET applications. Use the Crystal Reports designer to lay out report

More information

REGIONAL CLIMATE CENTRE SOUTH EAST SOUTH AMERICA

REGIONAL CLIMATE CENTRE SOUTH EAST SOUTH AMERICA REGIONAL CLIMATE CENTRE SOUTH EAST SOUTH AMERICA Julián Báez Benítez President of Regional Association III of WMO (South America) Director of Direction of Meteorology and Hydrology of Paraguay WMO RA-III

More information

BROWARD METROPOLITAN PLANNING ORGANIZATION TITLE VI DISCRIMINATION COMPLAINT PROCEDURES

BROWARD METROPOLITAN PLANNING ORGANIZATION TITLE VI DISCRIMINATION COMPLAINT PROCEDURES BROWARD METROPOLITAN PLANNING ORGANIZATION TITLE VI DISCRIMINATION COMPLAINT PROCEDURES The Broward Metropolitan Planning Organization (Broward MPO) values diversity and both welcomes and actively seeks

More information