TMSStoredProc ftCursor ( dataset ) Param Sample

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
silvamv
Posts: 2
Joined: Fri 29 Sep 2006 00:27

TMSStoredProc ftCursor ( dataset ) Param Sample

Post by silvamv » Fri 29 Sep 2006 16:08

Hi, I need a sample how to use ftCursor param with SDAC 2.30.0.7, Delphi 6 AND MS SQL Server 2000.

If I try to use ftDataSet, I get an error : "Invalid internal field type $11 (17)... \OLEDBAccess.pas, Line 644.

How I should link the returned ftCursor param with a dataset in my projetc ?

Thank's a lot!

Márcio Vinícius

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 02 Oct 2006 09:49

SDAC doesn't support such functionality.
There is no possibility to fetch variable value of CURSOR type to client side.

Post Reply