Subject | Re: [Firebird-Java] Database replication with Firebird |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-04-02T08:05:34Z |
>> As I understand, Myosotis is an emulation of the MySQL and PostgreSQLYes, the code can be reused later, I think... but personally I would
>> 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
consider ADO.NET and OLE DB first :)
>> And before that, I would definitely investigate how much work would beYes, I meant exactly this.
>> 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
Roman