how to connect a PostGreSQL server on the network
Show older comments
I found a help with Connect to a local PostGreSQL database on default port
conn = database('test_db',UserName,Password,'Vendor','PostGreSQL');
How can I connect to remote server on the network
Answers (1)
Qingping
on 8 Jan 2013
0 votes
Categories
Find more on PostgreSQL Native Interface in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!