This is a migrated thread and some comments may be shown as answers.

object data source postgresql connection

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ajoua taha
Top achievements
Rank 1
ajoua taha asked on 02 Nov 2016, 02:01 PM

Hi,

i want to connect my report to postgresql data base , how to do that ?

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 02 Nov 2016, 02:17 PM
Hi ajoua,

Any database having a valid .NET data provider for it can be used with the SqlDataSource component. The SqlDataSource component uses the .NET data provider to know how to recognize SQL parameters and what classes should be used for creating a connection and getting data.

For more details, check SqlDataSource Component.


You can create a custom data access layer and consume it through the other available data source components e.g. EntityDatasource, ObjectDataSource, OpenAccessDataSource.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
ajoua taha
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or