Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle vs. Sybase
In article <33A00385.2F3A_at_wh.net>, Jon Winchester <jon_at_wh.net> writes
[SNIP]
>
>We tried to port out application to Sybase and experienced some strange
>problems. The one killer that we were never able to clear up, even after
>bringing in a Sybase expert consultant was that it appeared to convert
>every SQL that we sent to it from our app (VB via ODBC calls direct through
>ODBC API) into system stored procedures and then execute them.
>
>While the performance was good, it would build up these stored procedured
>and would begin to slow down. The only fix that we found was to shut down
>the server daily to clear them out.
>
>I am sure there is a way to work with the server so that this does not
>happen, but we (admitted Sybase non-experts) were unable to find it as
>was our supposed Sybase expert.
>
>Jon
Hi Jon,
To overcome this problem, in ODBC setup, under 'Options', uncheck the checkbox that says 'Generate Stored Procedure for Prepared Statement'.
HTH
-- Nayan Raval nraval_at_sqldba.demon.co.ukReceived on Thu Jun 12 1997 - 00:00:00 CDT
![]() |
![]() |