|
From: Rod R. <ro...@su...> - 2001-10-22 21:06:46
|
Well obviously you have about 3 different ways to approach the problem: (1) rewrite sql-
ledger, (2) rewrite your mysql apps, or (3) write code that talks to both. For what it's
worth the following is from the FAQ:
"Although transactions are now supported with the InnoDB
table handler the backend would still require a major
rewrite to work with mySQL"
But maybe it's not that bad... best of luck...
-- Rod
http://www.sunsetsystems.com/
Ilkka . said:
>
> I think this would not be that convienient, because the information in those
> databases are connected to each other. It's a web shop..
>
>>From: "Rod Roark" <ro...@su...>
>>To: <sql...@li...>
>>Subject: Re: MySQL and sql-ledger?
>>Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT)
>>
>>There's nothing to prevent you from running MySQL and PostgreSQL
>>concurrently. It would be a lot easier than hacking the code.
>>
>>Cheers,
>>
>>-- Rod
>> http://www.sunsetsystems.com/
>>
>>Ilkka . said:
>> > Hi!
>> >
>> > My problem is that I really need to make to sql-ledger work with MySQL.
>>Not because
>> > MySQl would be better (probably it isn't) but because my other software
>>use MySQL,
>> > and I don't want to change those.
>> >
>> > So, it would be great if womeone would write a brief list to point out
>>things and
>> > files that should be modified. I guess Perl is not that big a problem,
>>but that list
>> > would help a lot this searching-debugging-testing process.
>> >
>> > Thanks,
>> > Ilkka
|