I am writing a set of custom tags to wrap around DatabaseMetadata and I am
having an issue with getting stored procedure names.

When I use DatabaseMetadata.getProcedures(null,null,null,null) it is
returning the procedure name with a semicolon and the number 1 appended to
the end of all procedure names. The result is coming from proc.getString(3);

I am running Win2k/MSSQL 2k/Jrun4/ Microsoft ODBC/JDBC driver.
Is this an idiosyncrasy of the driver, the database or do all platforms
return the procedure names that way?

Bryan LaPlante

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to