Skip to main content
Version: 4.2.2

Connection Strings

Overview

dReveal Embedded supports the following connection strings:

SQL Data Sources

SQL Server

Data Source=MyServer; Initial Catalog=myDatabase; User ID=myUser; Password=myPassword

MySQL

Provider=MySql; Server=MyServer; Port=3306; User ID=myUser; Password=myPassword; Database=myDatabase

NoSQL Data Sources

oData

Url=https://myDomian; User Id=myUser; Password=myPassword;