If you thinking of migrating from SQLBase to SQLServer, be warned - SQL Server does not support scrollable result sets from stored procedures !
One of the GREAT features of SQLBase Stored Procedures is the ability to traverse Result-sets back and forth . Go here to see how : https://www.banksidesystems.com/gupta-s ... super-hero
BUT SQLServer Stored Procs cannot do this. Whats more , if you are using OLE DB, SQL Server does not even support OUTPUT parameters in a Stored Procedure !
The only way around ( that I know of ) is to make your lovely thinish client into a fat-fat-fat client by moving all the SQL from your Stored Procs onto the client. Then you can FetchNext() and FetchPrev(). Disappointing.
Gupta have nailed FetchNext () , FetchPrev() and FetchRow() from within a Stored Proc. within SQLBase, so think twice if you want to migrate. You have been warned.
SQL Server Stored Procs - Scroll-able Result Sets ( Not )
-
- Site Admin
- Posts: 313
- Joined: 05 Mar 2017, 20:57
- Location: Tauranga, New Zealand <--> Stroud, England
SQL Server Stored Procs - Scroll-able Result Sets ( Not )
Greetings from New Zealand
Steve Leighton
Bankside Systems Ltd.
UK ♦ Australia ♦ New Zealand
www.banksidesystems.co.uk

Steve Leighton
Bankside Systems Ltd.
UK ♦ Australia ♦ New Zealand
www.banksidesystems.co.uk

Who is online
Users browsing this forum: No registered users and 0 guests