Un-Verbose Messages
From: Michael Livingston (michael.livingston_at_gmail.com)
Date: 06/25/04
- Next message: network lines: "access an excel file?"
- Previous message: Roedy Green: "Re: Achieving very smooth scrolling of large data sets?"
- Next in thread: Thomas Kellerer: "Re: Un-Verbose Messages"
- Reply: Thomas Kellerer: "Re: Un-Verbose Messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jun 2004 10:25:41 -0700
I am getting back on my feet with Java and have a SQL project I am
playing with. Part of that is spinning through the metadata of a
resultset and getting WAY more information than I want! For example,
when issueing the getColumnLabel(1) method of a result set metatdata
object I get:
*ResultSetMetaData.getColumnLabel (1)
Column attributes (SQLColAttributes), hStmt=480125912, icol=1, type=18
value (String)=FILE_NBR
FILE_NBR
when all I really want is "FILE_NBR". Is there a "verbosity flag"
somewhere that I should be setting?
TIA, Mike
- Next message: network lines: "access an excel file?"
- Previous message: Roedy Green: "Re: Achieving very smooth scrolling of large data sets?"
- Next in thread: Thomas Kellerer: "Re: Un-Verbose Messages"
- Reply: Thomas Kellerer: "Re: Un-Verbose Messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|