Aqua Data Studio. Find the application We are using Aqua Data Studio v11.

Slides:



Advertisements
Similar presentations
Visualize Success 2011 Tony Gunter Professional Services Visual South, Inc. Advanced Browse and Excel Interface.
Advertisements

WaveMaker Visual AJAX Studio 4.0 Training
Quick-and-dirty.  Commands end in a semi-colon ◦ If you forget, another prompt line shows up  Either continue the command or…  End it with a semi-colon.
Using Relational Databases and SQL Steven Emory Department of Computer Science California State University, Los Angeles Laboratory 1: Introduction to Relational.
MIS2502: Data Analytics MySQL and SQL Workbench David Schuff
Pan-European infrastructure for Ocean & Marine Data management An EU Integrated research Infrastructure Initiative (I3) MIKADO : Java tool for XML Creation.
SOUL INSTALLATION Step-1 For this Please Install the Version 7.0 or SQL Server 2000 or onwards.
Tutorial SQL Server and Matlab CIS 526. Build a New Database in SQL server.
Advanced OOP MCS-3 OOP BSCS-3 Lecture # 11. DATABASE CONNECTIVITY IN JAVA JDBC Programming JDBC (Java Database Connectivity) is the specification of a.
Access Tutorial 10 Automating Tasks with Macros
PHP Programming. Topics Background and History of PHP Installation Comments in PHP Variables Conditions Loops Functions File Handling Database Handling.
CSCI 6962: Server-side Design and Programming
A Guide to SQL, Eighth Edition Chapter Three Creating Tables.
JDBC Java Database Connectivity. What is an RDBMS? Relational database management system. There are other kinds of DBMS. Access is a GUI on a JET RBDMS.
ASP.NET Programming with C# and SQL Server First Edition
Analysis of SQL injection prevention using a proxy server By: David Rowe Supervisor: Barry Irwin.
Advanced Database Management System Lab no. 11. SQL Commands (for MySQL) –Update –Replace –Delete.
Chapter 7 PHP Interacts with Ms. Access (Open DataBase Connectivity (ODBC))
SQL HW1 Turn in as a hardcopy at the start of next class period. You may work this assignment in groups.
How to Hack a Database.  What is SQL?  Database Basics  SQL Insert Basics  SQL Select Basics  SQL Where Basics  SQL AND & OR Basics  SQL Update.
WaveMaker Visual AJAX Studio 4.0 Training Authentication.
Creating a Web Site to Gather Data and Conduct Research.
An introduction to SQL 1/21/2014 – See chapter 2.3 and 6.1 PostgreSQL -
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
MySQL Connection using ADO.Net Connecting to MySQL from.NET Languages.
Copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
A Brief Documentation.  Provides basic information about connection, server, and client.
Stuff By Zach and Turtle To designate a default printer, choose Start > Control Panel > Printers and Faxes. Right-click the printer, and then.
Unit 5 Microsoft SQL Server and MySQL. Key Concepts DBMS variations SQL Server features SQL Server Management Studio MySQL features Scripts Queries Database.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
Databases with LINQ. LINQ to SQL LINQ to SQL uses LINQ syntax to query databases. LINQ to SQL classes are automatically generated by the IDE’s LINQ to.
Information Building and Retrieval Using MySQL Track 3 : Basic Course in Database.
Exporting EAGLE data to ASENT Last revised: 8/15/2005.
© 2002 Legion Systems Inc 1 Howard Chen - April 6, 2010 EGL Database Connections
Oracle Data Integrator Agents. 8-2 Understanding Agents.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 25.1 Test-Driving the ATM Application 25.2.
Creating a simple database This shows you how to set up a database using PHPMyAdmin (installed with WAMP)
PHP Programming. Topics Database Handling (MySQL, MSSQL, ODBC)
Enterprise manager Using the Enterprise manager. Purpose of the Enterprise Manager To design tables To populate / update tables To draw diagrams of tables.
CSE 250 Spring  Can use either Eclipse plugin or web interface  For Eclipse, make sure all the files you want to submit are in the same project.
1 Connecting to a Database Server. 2 We all have accounts, with a single database each, on a Microsoft SQL Server on the USF network: allman.forest.usf.edu.
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
Backup Tables in SQL Server. Backup table method Cape_Codd database is used in this example 1.Righ click the database that contains the table you want.
MYSQL AND MYSQL WORKBENCH MIS2502 Data Analytics.
Software-Projekt 2008 Seminarvortrag“Short tutorial of MySql“ Wei Chen Verena Honsel.
Module of the week Webform 7.x-4.0-alpha9 – admin/config/content/webform Add content types, choose allowed fields, default values and advanced options.
MICROSOFT EXCEL – CHAPTER 10 Sravanthi Lakkimsetty Jan 20,2016
MySQL and PHPMyAdmin 1. Make sure your MySQL service is running. If using XAMPP, open the control panel. If the button for MySQL says Start, click it.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
How To Start a SQL server Connecting to SQL Server.
HOW TO DESKTOP USE by Mario C. Ponciano – a.k.a: Razec DBJMIN MULTI-DB Client (easy-to-use) (Step-by-Step) Jun/ v0.1.
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Fundamental of Databases
Data Virtualization Demoette… ODBC Clients
, MS-Access, QBE, Access/Oracle
Introduction to Web programming
mysql and mysql workbench
MySQL and MyPHPAdmin.
MySQL and PHPMyAdmin.
Aqua Data Studio.
Lecturer: Yong Liu Contact me at:
MySQL and PHPMyAdmin 1.
MySQL Connection using ADO.Net
MIS2502: Data Analytics MySQL and SQL Workbench
8 6 MySQL Special Topics A Guide to MySQL.
Data Base.
Presentation transcript:

Aqua Data Studio

Find the application We are using Aqua Data Studio v11

Enabling “;” as Statement Separator

Aqua Data Studio has a default setting which prefers / and GO as statement separators for SQL statements. When working on your own with ADS, you have the option to either conform with this syntax requirement, or change the options in ADS to accept a semi-colon ( ; ) as a statement separator. For this class, we are using prewritten SQL files that use a semi-colon as a statement separator. Different statement separators have different pros and cons; the semi-colon is the standard statement separator for command line and GUI interfaces with many SQL languages, so we have opted for the semi-colon. In order for ADS to understand semi-colon separators, we must change some options inside the program.

File > Options

Under General subcategory, check ‘;’ Statement separator. You may have to scroll down.

Connecting to Oracle Database through Aqua Data Studio 1.We click on this icon to Register Server 2.Choose Oracle 8i 3. Choose a name 4.Write your IU username 5.Password same as username 6.Host: dbserv.uits.indiana.edu 7. Port: SID: oed1prd 9. Click ok

Connecting to MySQL Database through Aqua Data Studio 1.We click on this icon to Register Server 2.Choose MySQL 3. Choose a name 4.Write your IU username 5.Password same as PostgreSQL 6.Host: db.slis.indiana.edu 7. Port: Database: IU username 9. Click ok

Connecting to PostgreSQL Database through Aqua Data Studio – Part 1 1.We click on this icon to Register Server 2.Choose PostgreSQL 3. Choose a name 4.Write your IU username 5.Write PostgreSQL password 6.Host: db.slis.indiana.edu 7. Port: Database: IU username

Connecting to PostgreSQL Database through Aqua Data Studio – Part 2 9.Click on Driver tab 10. Write “?ssl=true” in Parameters 11. Now click ok!

Queries 1.Click on database you are interested in (in this example MySQL) 2.Click on icon Query Analyzer 3.Write statements in window 4.Click on icon Execute

Import Data in Tables Tools > Import

Import Data in Tables 1. Choose Server 2. Click OK

Import Data in Tables 3. Click on browse to find your Comma Separated File (.csv) – if the file extension doesn’t show up, make sure you add it at the end. 4. If your file has column names in the first line, make sure to click this option. 5. Click Next

Import Data in Tables 6. Choose the option “Import into Database” 7. Click Next

Import Data in Tables 8. Click Next If your import is successful, you should get this message.

Tips for Importing Data into Tables Always back up your database before making any changes. It is a good idea to create the table in your database first and then import the data. Make sure the.cvs file with the data you want to import has exactly the same structure as your table (same columns)