Hi Lachu,
This sounds like some JDBC Call might be happening in your application -
offheand I don't
know exactly what, but something like Connection.getCatalog()
I don't think jConnect caches this sort of thing - so it might be the
application code makes the call for each command execution.
If you can turn that off, it'll probably go away.
If it's something else, can you post a sample of code that replicates the
problem?
Thank you,
-Paul
<lakshmanan.ramakrishnan@gs.com> wrote in message
news:4bed60a0.4d14.1681692777@sybase.com...
> Hi,
>
> We are using Jconnect 6.0.5 (latest EBF). We found that
> 'select db_name' was getting called before each and every
> sql update/insert.
>
> We are not sure why it is doing this. We need to prevent
> this unnecessary db call. Does any one have any idea
>
> Thanks
> Lachu
|