SQL Desktop Application For WebService in C# dr inż. Tomasz Tatoń

Similar documents
EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

Click Here -> El poder de la Programación de Excel y Visual Basic - Scam or Work?

Connecting to SQL server

QUANTIFY INSTALLATION GUIDE

Using SQL-server as database engine

Quick Start Guide. User Manual. 1 March 2012

Immotec Systems, Inc. SQL Server 2005 Installation Document

Setup and configuration for Intelicode. SQL Server Express

How to gain direct access to SQL Server at Garching via SSH

MONAHRQ Installation Permissions Guide. Version 2.0.4

Walkthrough: Creating and Using an ASP.NET Web Service in Visual Web Developer

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1)

Web based training for field technicians can be arranged by calling These Documents are required for a successful install:

Migrating helpdesk to a new server

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam

USER GUIDE Deploying Your Application to WinHost

Synchronization with Microsoft Team Foundation Server 2010

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

How to Use PIPS Access to/from SQL Database Utility Program. By PIPSUS Support Team Dr. Chouikha

How to set and log data to a remote SQL Server?

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

Print Manager Plus 2010 How to Migrate your Database to a New SQL or Print Server

Installation procedure for Chromis REC for 3CX

Install MS SQL Server 2012 Express Edition

Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY

Migration Instructions for MS Dynamics CRM

Microsoft SQLServer Restore / Redirected Restore Procedure

How to Backup and FTP your SQL database using E2.

Microsoft Visual Studio 2010 Instructions For C Programs

Issue Tracking Anywhere Installation Guide

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine

NetSupport DNA Configuration of Microsoft SQL Server Express

MS SQL Express installation and usage with PHMI projects

Training module 2 Installing VMware View

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

MS SQL Server Database Management

BACKING UP A DATABASE

Microsoft SQL Server Review

MS SQL Server 2008 Express Installation Instructions (09/27/09)

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

Please contact Cyber and Technology Training at for registration and pricing information.

Dokmee Enterprise Installation

How To Run Eve 5 On A Pc Or Mac Or Ipad (For Pc Or Ipa) On A Network (For Mac) On Your Computer Or Ipro (For Ipro) On An Ipro Or Ipo (For Windows)

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

Practice Management Installation Guide. Requirements/Prerequisites: Workstation Requirements. Page 1 of 5

Instructions. Introduction

Installing T-HUB on multiple computers

NovaBACKUP xsp Version 15.0 Upgrade Guide

Installing LearningBay Enterprise Part 2

ThorApp s. License Activation Guide. No nonsense tools, apps and add-ons for SharePoint. Author: Adrian Bear. Date: 22 Sep Version: 1.

TO SQL DB. Manual. Page 1 of 7. Manual. Tel & Fax: info@altiliagroup.com Web:

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

FrontDesk. (Server Software Installation) Ver

NetSupport DNA Configuration of Microsoft SQL Server Express

Using SQL Server 2008 Automated Backup

a) Network connection problems (check these for existing installations)

0651 Installing PointCentral 8.0 For the First Time

SYSTEM SETUP FOR SPE PLATFORMS

Setup Guide for PCBest Networks SIP

USER GUIDE. Snow Inventory Data Receiver Version 2.1 Release date Installation Configuration Document date

G Data TechPaper #0257

How To Install A New Database On A 2008 R2 System With A New Version Of Aql Server 2008 R 2 On A Windows Xp Server 2008 (Windows) R2 (Windows Xp) (Windows 8) (Powerpoint) (Mysql

9. Database Management Utility

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

Practical Database Programming With Visual C#.NET

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

TECHNICAL TRAINING LAB INSTRUCTIONS

SQL Server 2005 Advanced settings

MSSQL quick start guide

Quick Reference Guide: Business Mail

FAQ. How does the new Big Bend Backup (powered by Keepit) work?

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

The Project Management Software for Outlook, Web and Smartphone

Lytecube Technologies. EnCircle Automation. User Guide

Tlumacz installation manual for Platan Libra PBX

Cloud Services ADM. Agent Deployment Guide

BID2WIN Workshop. Advanced Report Writing

How To Create A Replica In A Database On A Microsoft Powerbook (Ahem) On A Linux Server (A.K.A.A)

Backup / migration of a Coffalyser.Net database

NOTE: Please refer to the LinkNavigator CD-ROM s IP Setup Utility if you do not know the LinkStation s IP Address or Host Name.

Microsoft SQL Server Express 2005 Install Guide

SQL Server 2008 R2 Express Edition Installation Guide

Novar Database Mail Setup Guidelines

MICROSOFT BUSINESS CERTIFICATION (EXAMS)

Accessing the Media General SSL VPN

Secure remote access of a private network

How to Secure a Groove Manager Web Site

Installing SQL Express. For CribMaster 9.2 and Later

MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER

Video Administration Backup and Restore Procedures

Installation Instructions for Hospital ERP System (AP) Installation Instructions for Hospital ERP System (AP)

Install and configure server

INSTALLATION GUIDE. Snow License Manager Version 7.0 Release date Document date

Restoring Sage Data Sage 200

Active Directory Reporter Quick start Guide

Transcription:

SQL Desktop Application For WebService in C# dr inż. Tomasz Tatoń

SQL Desktop Application For WebService in C# 2 Visual Studio 2013 MS SQL Server 2014 Internet Information Services

SQL Desktop Application For WebService in C# 3 Web service Application for desktop C#

SQL Desktop Application For WebService in C# 4 Create database and table in Microsoft SQL Server 2014 Database name: Uczelnia Table name: Kontakty(id, Imie,Nazwisko,Kontakt)

SQL Desktop Application For WebService in C# 5 Configuration TCP service in Microsoft SQL Server 2014 Number port: 1433

SQL Desktop Application For WebService in C# 6 Create Microsoft SQL Server 2014 login for IIS Login name: IIS APPPOOL\DefaultAppPool

SQL Desktop Application For WebService in C# 7 Create new solution and project in Visual Studio 2013 ASP.NET Empty Web Application Name: SQLWebService Solution name: SQLApplicationForWebService

SQL Desktop Application For WebService in C# 8 Add new WebService Name: SQLWebService

SQL Desktop Application For WebService in C# 9 Test SQLWebService

SQL Desktop Application For WebService in C# 10 Add LINQ to SQL Classes Name: SQLDataClass

SQL Desktop Application For WebService in C# 11 Add new connection for database Server Explorer and Data Connections - ctrl+alt+s

SQL Desktop Application For WebService in C# 12 Add table Kontakty and database connecition to SQLDataClass

SQL Desktop Application For WebService in C# 13 Add reference in SQLWebService.asmx

SQL Desktop Application For WebService in C# 14 Create four public WebMethod in SQLWebService.asmx

SQL Desktop Application For WebService in C# 15 public void PobierzKontakty(string)

SQL Desktop Application For WebService in C# 16 public void DodajKontakt(string, string, string)

SQL Desktop Application For WebService in C# 17 public void UsunKontakt(int)

SQL Desktop Application For WebService in C# 18 public void ZmienKontakt(int, string, string, string)

SQL Desktop Application For WebService in C# 19 Test WebService

SQL Desktop Application For WebService in C# 20 Test WebService

SQL Desktop Application For WebService in C# 21 Add new project for desktop application Name: SQLDesktopApplication

SQL Desktop Application For WebService in C# 22 Rename Form1 to MainForm

SQL Desktop Application For WebService in C# 23 Change Text in MainForm Add DataGridView component change name dgvkontakty

SQL Desktop Application For WebService in C# 24 Add seven Buttons Name: btwczytaj, btdodaj, btusun, btedycja, btzapisz, btanuluj,btzamknij

SQL Desktop Application For WebService in C# 25 Add four Labels and four component TextBox Name: tbid, tbimie, tbnazwisko, tbkontakt

SQL Desktop Application For WebService in C# 26 Add initialize parameters of components Double click on button Zamknij Add event on close application

SQL Desktop Application For WebService in C# 27 Test application and button Zamknij

SQL Desktop Application For WebService in C# 28 Add Web Service Reference into MainForm Add Service Reference Name: SQLWebService Click Advanced

SQL Desktop Application For WebService in C# 29 Add service reference into MainForm to SQLWebService Service Reference Settings Add Web Reference Discover Add Reference Name: localhost

SQL Desktop Application For WebService in C# 30 Add two public void EdycjaStart() and EdycjaKoniec()

SQL Desktop Application For WebService in C# 31 Add directive using System.Xml and System.Data.Sql into MainForm Add event click for button btwczytaj and void PobierzDane()

SQL Desktop Application For WebService in C# 32 Test application and button btwczytaj event click

SQL Desktop Application For WebService in C# 33 Add btdodaj button event click

SQL Desktop Application For WebService in C# 34 Add btusun button event click

SQL Desktop Application For WebService in C# 35 Add btedycja button event click

SQL Desktop Application For WebService in C# 36 Add btzapisz button event click

SQL Desktop Application For WebService in C# 37 Add btanuluj button event click

SQL Desktop Application For WebService in C# 38 Add Load event on MainForm Desktop application for WebService is ready