Firebird with restfull service and web api in C #

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

    
asked by anonymous 19.09.2017 / 03:04

1 answer

0

By the Web Api itself you can connect in firebird. See if this libk helps you: link

    
19.09.2017 / 03:11