Subject Re: [Firebird-Java] Database replication with Firebird
Author Roman Rokytskyy
>> As I understand, Myosotis is an emulation of the MySQL and PostgreSQL
>> wire protocols. A limited one, since it has to perform the JDBC calls
>> afterwards. What is accessible via JDBC can be accessed via wire
>> protocol, what is not - can't. We could provide a limited Firebird wire
>> protocol implementation which would then call the Sequoia JDBC driver.
>> That is not that hard, requires some work.
>>
> It would be a nice first step

Yes, the code can be reused later, I think... but personally I would
consider ADO.NET and OLE DB first :)

>> And before that, I would definitely investigate how much work would be
>> to implement ADO.NET and OLE DB APIs on top of Sequoia JDBC.
>>
> perhaps with the help of the Carob part of the puzzle ?
> http://carob.continuent.org/HomePage

Yes, I meant exactly this.

Roman