To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43667
User msc changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jun 7 00:29:12 -0700
2005 -------
Hi,
With an older JDBC driver it's possible to create a tabel now. (except the
varchar2 field see issue 50407)
For the current 10g JDBC driver the creation of a table still doesn't work
because the driver don't return the needed information about the column.
See the code snip from the jdbc driver below.
public ResultSet getTypeInfo() throws SQLException
{
DatabaseError.throwUnsupportedFeatureSqlException();
return null;
}
So this is not an OOo issue but an oracle jdbc issue.
Bye Marc
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]