Skip to main content

I am trying to implement FAST_FORWARD in an AcuSQL implementation. When i use the following syntax;
EXEC SQL RELAXED DECLARE cursor_name CURSOR FAST_FORWARD

...

I get the following error;

syntax error at FAST_FORWARD

Is there anyway i can implement FAST_FORWARD using AcuSQL?

Here is the Microsoft SQL Documentation for reference
https://docs.microsoft.com/en-us/sql/t-sql/language-elements/declare-cursor-transact-sql?view=sql-server-ver15

I am trying to implement FAST_FORWARD in an AcuSQL implementation. When i use the following syntax;
EXEC SQL RELAXED DECLARE cursor_name CURSOR FAST_FORWARD

...

I get the following error;

syntax error at FAST_FORWARD

Is there anyway i can implement FAST_FORWARD using AcuSQL?

Here is the Microsoft SQL Documentation for reference
https://docs.microsoft.com/en-us/sql/t-sql/language-elements/declare-cursor-transact-sql?view=sql-server-ver15

That syntax is not supported with our AcuSQL product. You will need to request an enhancement.

Sorry