Infrastructure and Environment Setup Guide
General recommendation for setting up GeoDin in your network environment
Last updated
Was this helpful?
Was this helpful?
DriverID=MSSQL
Server=myServer
Database=myDatabase
For SQL users:
User_Name=myUser
Password=secret
For Windows Authentication:
OSAuthent=Yes
Connection string:
Database=myDatabase;Server=myServer;User_Name=myUser;Password=secret;DriverID=MSSQLDriverID=PG
Server=myServer
Database=myDatabase
Port=5432
User_Name=myUser
Password=secret
Connection string:
Server=myServer;Database=myDatabase;User_Name=myUser;Password=secret;DriverID=PGDriverID=Ora
Server=myServer
Database=myDatabase
User_Name=myUser
Password=secret
Connection string:
Database=myDatabase;User_Name=myUser;Password=secret;DriverID=OraDriverID=MSSQL
Server=tcp:myInstance.database.windows.net,1433
Database=myDatabase
For SQL users:
User_Name=myUser
Password=secret
For Windows Authentication:
OSAuthent=Yes
For encrypted connections:
Encrypt=Yes
Connection string:
Database=myDatabase;User_Name=myUser;Password=secret;Server=tcp:myInstance.database.windows.net,1433;Encrypt=Yes;DriverID=MSSQL