Thanks, I will. Do I get a shirt or something for finding issue #3000? :)
Nathan -----Original Message----- From: Kathey Marsden [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 1:54 PM To: [email protected] Subject: Re: Error on getMetaData().getTables() in 10.3.1.4 Nathan Voxland wrote: > > I'm getting the following error on 10.3.1.4 on this call: > > tableRS = conn.getMetaData().getTables(getCatalogName(), > > getSchemaName(), null, new String[]{"TABLE", "GLOBAL TEMPORARY", > "LOCAL TEMPORARY", "ALIAS", "SYNONYM"}); > > with this stack trace: > > java.sql.SQLException: The parameter position '8' is out of range. The > number of parameters for this prepared statement is '7'. > > at > Hi Nathan, I was able to reproduce this issue and filed DERBY-3000. Thanks for the bug report. Please vote for it! Kathey
