https://bugs.documentfoundation.org/show_bug.cgi?id=153678

--- Comment #5 from [email protected] ---
To be more precise, if I look at the java code coming from OpenOffice
(openoffice/main/connectivity/java) and which is the one I use for the
jdbcDriverOOo driver and it seems to be taken from C code, the changes to be
made are:
DbTools.java createStandardColumnPart()

This method is called for creating tables and adding a column to a table in
Base, so respectively:
- com.sun.star.sdbcx.XAppend of com.sun.star.sdbcx.Container service provided
by the com.sun.star.sdb.Connection.getTables() method.
- com.sun.star.sdbcx.XAlterTable com.sun.star.sdbcx.Table service

It is also necessary to take into account the display, the addition and the
edition of the contents of the tables in Base. Two solutions can be considered:
- Treat the contents of these columns as String: easy but the display will
depend on the conversion performed by the underlying database.
- Use, getObject setObject and updateObject, getter and setter, convert to text
format taking locale into account.
I don't know how Base goes about processing a TIMESTAMP.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to