Skip to content

Commit 8117c04

Browse files
committed
Add README for main Java and Node.js folders
1 parent 7848889 commit 8117c04

File tree

3 files changed

+15
-78
lines changed

3 files changed

+15
-78
lines changed

samples/tutorials/java/README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
# Connect to SQL Database by using Java with JDBC on Windows
1+
# Developing applications with Java and SQL Server
22

3-
[Java code sample] (sample_java.java) that you can use to connect to Azure SQL Database. The Java sample relies on the Java Development Kit (JDK) version 8. The sample connects to an Azure SQL Database by using the JDBC driver.
3+
Pick a platform below to get started:
4+
* [macOS](https://github.com/Microsoft/sql-server-samples/tree/master/samples/tutorials/java/macos)
5+
* [RHEL](https://github.com/Microsoft/sql-server-samples/tree/master/samples/tutorials/java/rhel)
6+
* [Ubuntu](https://github.com/Microsoft/sql-server-samples/tree/master/samples/tutorials/java/ubuntu)
7+
* [Windows](https://github.com/Microsoft/sql-server-samples/tree/master/samples/tutorials/java/windows)
48

5-
6-
## Requirements
7-
8-
9-
- [Microsoft JDBC Driver for SQL Server - SQL JDBC 6.0](http://www.microsoft.com/download/details.aspx?displaylang=en&id=11774).
10-
- Download the latest JDBC Driver 6.0 Package *sqljdbc_6.0.7507.100_enu.exe* OR *sqljdbc_6.0.7507.100_enu.tar.gz*
11-
- For guidance on which jar file to use based on your Java version, please see the [System Requirements for the JDBC Driver](https://msdn.microsoft.com/en-us/library/ms378422(v=sql.110).aspx)
12-
- Any operating system platform that runs [Java Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
13-
- An existing database on SQL Azure. See the [Get Started topic](http://azure.microsoft.com/documentation/articles/sql-database-get-started/) to learn how to create a sample database and retrieve your connection string.
14-
15-
16-
## Create a database, retrieve your connection string
17-
18-
The Java sample relies on the AdventureWorks sample database. If you do not already have AdventureWorks, you can see how to create it at the following topic: [Create your first Azure SQL Database](http://azure.microsoft.com/documentation/articles/sql-database-get-started/)
9+
Please visit our [getting started tutorials](https://www.microsoft.com/en-us/sql-server/developer-get-started/)

samples/tutorials/java/connect.java

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# Node.js samples
1+
# Developing applications with Node.js and SQL Server
22

3-
Simple Node.js applications to connect to Microsoft SQL databases, including SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. Samples for operating systems including Linux, Windows, and macOS.
3+
Pick a platform below to get started:
4+
* [macOS](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/macos)
5+
* [RHEL](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/rhel)
6+
* [Ubuntu](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/java/ubuntu)
7+
* [Windows](https://github.com/Microsoft/sql-server-samples/blob/master/samples/tutorials/node.js/windows)
8+
9+
Please visit our [getting started tutorials](https://www.microsoft.com/en-us/sql-server/developer-get-started/)

0 commit comments

Comments
 (0)