Plz leave catalog as null.
Ali

--- On Sun, 11/9/08, Ole Ersoy <[EMAIL PROTECTED]> wrote:

> From: Ole Ersoy <[EMAIL PROTECTED]>
> Subject: Re: DatabaseMetaData.getTables() resultset empty?
> To: "Derby Discussion" <[email protected]>
> Date: Sunday, November 9, 2008, 8:29 PM
> Ali,
> 
> I had percentage for the tableNamePattern argument, so I
> assume you mean try it for the other arguments as well:
> 
>               String[] types = {"TABLE", "VIEW"};
> //            ResultSet resultSet2 = metaData.getTables(null, null,
> "%", types);
>               ResultSet resultSet2 = metaData.getTables("%",
> "%", "%", types);
> Still no love.
> 
> Thanks though,
> - Ole


      

Reply via email to