Hi!
I am developing an asp.net mvc application that connects to Sybase. I am using the driver Sybase.AdoNet4.AseClient.dll version 4.157.1330.0
Sometimes when i execute an select query using AseCommand, Sybase throws the following exception:
"Attempting to read past stream EOM"
If I execute same query on the InteractiveSQL it works perfectly.
Any solution?
Thanks,
Raúl