Java has the best solution to this.... As long as the schema stays the same (and you don't use vendor-specific sql stuff) you can change databases by simply using a different database URL.
It's literally that easy... We've been moving some java reports from our AS/400 to an oracle database server, and you change one configuration line and bingo! -G ----- Original Message ----- From: "Andrew Kohlsmith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 27, 2003 8:13 AM Subject: Re: [Asterisk-Users] CDR Web Search Frontend > > Since * and MySQL have had a licensing scuffle, is there a way to set it > > up so that we can specify wether or not it's in the mysql database, or > > use the plaintext file that * generates with cdr_csv.so? > > Or do something really smart like the Perl guys and have a > backend-mostly-independent DB infrastructure. Hell I think that PHP > finally smartened up and went this way, too. > > Regards, > Andrew > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
