Firebird with restfull service and web api in C#

Asked

Viewed 516 times

0

Hello, within a project I came across the following situation, I need to replicate information from a db Firebird Desktop to a db SQL Server Web, as both architectures do not talk to each other, the solution found is a web api application and work with JSON, perfect in parts, I came across the situation of how to make the connection between both databases, is it necessary to create a local application that connects to Firebird and forwards the information to the web api, or is this connection possible to be made in the web api itself? If anyone has any tips to give me, or link some forum or something that deals with the subject, I thank you.

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.