[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[stellation-res] Reactivate the Oracle backend.
|
Hello,
Just to let you all know I tried to reactivate the Oracle backend.
However, I do have some remarks and problems:
1) AbstractDBAccessPoint should be renamed: the class is no longer
abstract!
2) In the constructor of AbstractDBAccessPoint, I added this:
if (_dbkind.equals("oracle")) {
_db = new OracleDatabase(this, location);
}
Is the the correct way to do?
However, the db type is removed from location in the first line of this
constructor. In the constructor of BasicDatabase, the database name is
removed from location and I had to change the OracleDatabase for the
creation to work. I strongly dislike the StringList location argument.
As an argument, it doesn't tell you much: the code should be the most
up to date documentation there is!
3) The creation of the the repository fails. I have changed the
s_Comments table to have column s_comment as VARCHAR2(4000). But then
the next insert statement fails. Why is this INSERT statement needed?
Ringo
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com