You might try getIdentifierQuoteString() David
On 8/3/07, Geoff hendrey <[EMAIL PROTECTED]> wrote: > I need to call DatabaseMetaData.searchStringEscape to determine the escape > sequence, but it just returns "". I cneed call DatabasMetaData.getColumns on > a table whose name contains an underscore., which is why I need the escape > string, Ssince underscore is a reserved search character. > > If there is another way to escape underscore, please let me know. > > -geoff > > >
