Forum Discussion
Anonymous
5 years agoNot applicable
Using URI to connect to datasource
Is there any way to connect to a data source via URI?
For example to Postgres with a URI like:
postgres://user:password@host:5432/database
2 Replies
- lbendlinSuper User
Only for a limited set of data sources that are accessible via Web.Contents() or ODATA . All databases require their own driver, native or ODBC based.
- AnonymousNot applicable
Hi Anonymous ,
You can try to connect PostgreSQL as follows using Server name and Database name.
For more details, please kindly refer to this document.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.