Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

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

  • 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.

  • Anonymous's avatar
    Anonymous
    Not 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.