Re: [OJB-developers] Advice on DBMS naming needed
Brought to you by:
thma
From: Oleg N. <on...@uk...> - 2002-05-30 21:56:35
|
On Friday 31 May 2002 00:53, Oleg Nitz wrote: > I propose to return to the original DBMS names with mixed case and to > original Platform class name algorithm. > Thus I am going to write > dbmsName=MySQL > dbmsName=Hsqldb > in profile files. > Any objections? > And BTW the correct DBMS names should be listed in the documentation. Another option is to change names of Platform classes and to leave profile files unchanged There are 2 classes to rename: ProfileMySQLImpl -> ProfileMssqlImpl ProfileMsAccessImpl -> ProfileMsaccessImpl I don't know which way is better. Oleg |