Thursday, June 11, 2015

What are the driver URLs for database reader in Mirth?

jdbc:postgresql://localhost:5432/dbname
jdbc:mysql://localhost:3306/dbname
jdbc:jtds:sqlserver://localhost:1433/dbname
jdbc:Cache://localhost:1972/NAMESPACE"

('mirthdb' is default dbname and localhost is '127.0.0.1')

No comments :