column type
From: Calin (pocal7_at_yahoo.com)
Date: 12/22/03
- Next message: VisionSet: "Re: concurrent updates"
- Previous message: David Rabinowitz: "Re: Tomcat database connection pool doesn't work. Please help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Dec 2003 02:54:46 -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: VisionSet: "Re: concurrent updates"
- Previous message: David Rabinowitz: "Re: Tomcat database connection pool doesn't work. Please help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|