Re: PreparedStatements

2005-01-31 Thread Jeff_Caswell
shrestha" <[EMAIL PROTECTED]> cc: 01/31/2005 03:2

Re: PreparedStatements

2005-01-31 Thread Woodchuck
se/table/metadata, I > can > > run insert/update/delete operations normally with direct sql. It > is > > the PreparedStatements with JDBC that I am having problems with. > > I was wondering if there was limitation on number of parameters > that > > you can supply wit

Re: PreparedStatements

2005-01-31 Thread Woodchuck
rt > operation > works normally. > However, if I supply 24 or 25 attributes it throws an exception: > java.sql.SQLException: [SQL0804] SQLDA not valid. > > There seems to be nothing wrong the the database/table/metadata, I > can > run insert/update/delete operations normall

Re: PreparedStatements

2005-01-31 Thread sudip shrestha
QLDA not valid. > > There seems to be nothing wrong the the database/table/metadata, I can > run insert/update/delete operations normally with direct sql. It is > the PreparedStatements with JDBC that I am having problems with. > I was wondering if there was limitation

PreparedStatements

2005-01-31 Thread sudip shrestha
: [SQL0804] SQLDA not valid. There seems to be nothing wrong the the database/table/metadata, I can run insert/update/delete operations normally with direct sql. It is the PreparedStatements with JDBC that I am having problems with. I was wondering if there was limitation on number of parameters