diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-01 07:23:21 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-01 07:23:21 +0000 |
commit | f4815f645afd317fd7eb236de7dcaf0dd7f6e8fe (patch) | |
tree | 57a7c999dd1d5fc3c87fea89157fda2d62e3d9f4 /connectivity/source/drivers/dbase/DDatabaseMetaData.cxx | |
parent | 55d8ead0b5bd58cedfa6f9774f6fce8d70abb890 (diff) |
#84433# forget to set a length for the create params
Diffstat (limited to 'connectivity/source/drivers/dbase/DDatabaseMetaData.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DDatabaseMetaData.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx index 6cd0f58b1db2..813dbd179bad 100644 --- a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx +++ b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DDatabaseMetaData.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: oj $ $Date: 2001-02-22 13:52:45 $ + * last change: $Author: oj $ $Date: 2001-03-01 08:23:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,6 +158,7 @@ Reference< XResultSet > SAL_CALL ODbaseDatabaseMetaData::getTypeInfo( ) throw(S aRow[2] = ORowSetValue(DataType::VARCHAR); aRow[4] = ORowSetValue(::rtl::OUString::createFromAscii("'")); aRow[5] = ORowSetValue(::rtl::OUString::createFromAscii("'")); + aRow[6] = ORowSetValue(::rtl::OUString::createFromAscii("length")); aRows.push_back(aRow); |