Hi Francis,

no obviously this comment is complete rubbish.

As you can see this code has gone through some changes (but the comments have 
not).

Regards
Rainer

Francis De Brabandere wrote:
> re: DBDatabase.open()
> 
> Is that javadoc comment still valid as that referenced openDatabase
> method does not exist in the driver and all examples use this method
> top open a database.
> 
> 
> 
> /**
>      * Sets the database driver for this database. <br>
>      * ------ DO NOT CALL DIRECTLY! ------- <br>
>      * This function is called internally by {...@link
> DBDatabaseDriver#openDatabase(DBDatabase, Connection)}
>      *
>      * @param driver the databae driver
>      * @param conn the connection
>      *
>      * @return true on succes
>      */
>     public boolean open(DBDatabaseDriver driver, Connection conn)
>     {
>         // Close Database if already open
>         if (isOpen())
>             close(conn);
>         // Attach to driver
>         if (driver.attachDatabase(this, conn)==false)
>             return error(driver);
>         // set new driver
>         this.driver = driver;
>         return success();
>     }
> 
> --
> http://www.somatik.be
> Microsoft gives you windows, Linux gives you the whole house.

Reply via email to