how to connect a PostGreSQL server on the network
2 views (last 30 days)
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
0 Comments
Answers (1)
See Also
Categories
Find more on Database Toolbox 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!