-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathodbc.ini
More file actions
40 lines (35 loc) · 722 Bytes
/
Copy pathodbc.ini
File metadata and controls
40 lines (35 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# ODBC Data Sources Configuration
# This file defines ODBC data sources for testing
[ODBC Data Sources]
RedshiftTest=ODBCPP Driver for Redshift
PostgreSQLTest=ODBCPP Driver for PostgreSQL
RedshiftProd=ODBCPP Driver for Redshift
[RedshiftTest]
Driver=ODBCPP
Description=Redshift test connection
Server=localhost
Port=5439
Database=test
UID=testuser
PWD=testpass
SSL=0
[PostgreSQLTest]
Driver=ODBCPP
Description=Local PostgreSQL test connection
Server=localhost
Port=5432
Database=postgres
UID=postgres
PWD=postgres
SSL=0
[RedshiftProd]
Driver=ODBCPP
Server=yourserver.redshift.amazonaws.com
Port=5439
Database=dev
UID=your_user
PWD=Your_password
SSL=0
Description=Production Redshift connection
[Default]
Driver=ODBCPP