Okey, now I tested it with the JDBC-Driver and it seems that there ist he bottleneck. The JayBird Driver doesn't return me more than 1 dataset, when I jump to the second one with next() I get the following error:
"org.firebirdsql.jdbc.FBSQLException: The resultSet is not in a row, use next" But I don't have any idea now how to solve this problem, am I doing anything wrong with my stored procedure call? Thx for your help! Greetings, Michael -----Ursprüngliche Nachricht----- Von: Brandon Goodin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 29. Mai 2005 10:02 An: Michael Glitzner Betreff: Re: Stored procedures not working? "When I execute the parameters "[D, 0, TW]" directly against the database" I'm still trying to determine if you have acutally tested this out with straight JDBC. When you say that you have tested it directly against the database that makes me think that you are using a client tool that does not use straight jdbc. Did you execute it against the database using straight JDBC with the JayBird JDBC Driver? Brandon