I'm using sybase oledb( sydasse.dll ver 12.5.0/P/02.50 ) to connect to our
sybase ase servers.

The connection string contains the "Stored Proc Row Count=Last Statement Only"

But when I issue the command

execute sp_help Atable

using a database project in visual studio, vs seems to lock up - I notice
the V scroll bar of the output window is filling up, pressing esc, aborts the
command the top of the output window is displaying the results of the
sp_command and the rest is showing:

[Native Print code: 0]
[DataDirect ADO Sybase Provider]
(1 row(s) affected)
(1 row(s) affected)
....repeat many(MANY!) times ...
(1 row(s) affected)
(1 row(s) affected)
(1 row(s) affected)
(37 row(s) returned)
Canceled by user.
Finished executing selected script from Script1.sql

It seems to me that somewhere along the chain of code the "Stored Proc Row
Count=Last Statement Only" is being ignored.

Does anybody have any idea where this is hapenning