Get the real type of columns from MS Access databases(OLEObject, text, memo, numeric)
From: Calin (pocal7_at_yahoo.com)
Date: 12/23/03
- Next message: Plinio Conti: "quering current user privileges"
- Previous message: Alex M: "EXCEPTION [TOPLINK-43] problems in Toplink 3.6, Oracle 8.1.7, Weblogic 8.1 SP1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Dec 2003 00:34:31 -0800
Hello,
I made one application that opens MS Access databases.And I have one
problem.How can I find the real data type of columns(text, memo,
OLEObject, numeric) like it is into Access.I tried with
resultSetMetaData.getColumnType(columnIndex) but I receive
java.sql.Types.I have two columns that contains OLEObjects(images).But
I receive two different types for columns : VARCHAR once, and for
second column SMALLINT.I only want to see the types like in
Access(OLEObjects, Text, Numeric, Memo...).Thanks in advance!
Best regards,
Calin Pop
- Next message: Plinio Conti: "quering current user privileges"
- Previous message: Alex M: "EXCEPTION [TOPLINK-43] problems in Toplink 3.6, Oracle 8.1.7, Weblogic 8.1 SP1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|