M
M
marrs2017-07-15 16:06:02
PostgreSQL
marrs, 2017-07-15 16:06:02

How to build NET Compact Framework and PostgeSQL 9.4 link?

There is a server with PostgeSQL 9.4 and a device on wince7 ( https://www.zebra.com/us/en/support-downloads/inte... )
In this case, I have access to the NET Compact Framework 3.5 and the sdk of the device, which regulates only access to the scanner.
It is necessary that the client on the device sends a request to PostgeSQL and receives a response. As I understand there are no data providers for the Compact Framework and I cannot send a request directly (?) I need some kind of intermediary on the server, such as restfull api.
How to implement it in this case? This is my first time working in this area.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Kuznetsov, 2017-07-15
@marrs

If you need to get from the device to an external database, then directly "do not go through". In your case, you need to make SOAP or REST web services (I did SOAP), and use them to get the necessary data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question