 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Giovanni Bechis Guest
|
Posted: Tue Jul 12, 2005 9:10 am Post subject: Stored Procedure cursor |
|
|
I have a TADOStoredProc with a sp associated, the sp code is this:
----------------
CREATE PROCEDURE [dbo].[ricerca] (@codice varchar(10) = '') AS
BEGIN
SELECT * FROM prodotti WHERE codice = @codice
END
GO
----------------
I would like to have change the cursor of the TADOStoredProc from static
to keyset but with this sp only the static cursor is accepted (or the
forwardonly if "server type cursor" are selected).
What should I have to modify to change the TADOStoredProc cursor to
keyset ?
Many Thanks to All
Gio'
--
/*
* Solutions for New Business - http://www.snb.it
*/
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|