During a demo in a recent AWS webinar, a JAR file was specified as a driver for the Schema Conversion Tool to connect to an MS SQL Server db (I am providing a screenshot from the webinar). Why was JDBC chosen? Was this optional, and was a choice made by the person who presented the webinar? If so, what other options would be available as a driver?
Asked
Active
Viewed 94 times
1 Answers
1
From Schema Conversion Tool documentation:
For the AWS SCT to work correctly, you must install the JDBC drivers for your source and target database engines.

Ilya Berdichevsky
- 1,249
- 10
- 24
-
Yes I saw that link, but are you certain that JDBC is the only option? Thank you. – Sabuncu Feb 27 '19 at 19:40
-
As per AWS doc, yes. – Ilya Berdichevsky Feb 27 '19 at 19:42
-
The tool is (supposedly) written in Java, hence the need of JDBC drivers – NitinSingh May 15 '19 at 07:13