Asked by:
Internal Error 30016 AseClient

Question
-
Hello evrybody,
I develop a website with ASP.NET and a databse Sybase 15.
I use Stocked Procedures to manipulate Data (Create, Delete, Update, Read)
I was running into this issue with some code running under .NET Framework 3.5 and usingSybase.Data.AseClient.dll (version 1.1.510.0) when I upgraded sybase server from 12.5 to 15.
when the Gridview binded to a datasource which uses a Read Proc Stock with big data ---> there are automatically an internal Error 30016.
This generates a problem in the pagination of Gridview : when I try to acces the page 80, I get corrupted data with 3 or 4 pages.
Thank you for any help.
- Moved by Min Zhu Wednesday, January 30, 2013 8:54 AM
Wednesday, January 23, 2013 11:30 PM
All replies
-
Check http://forums.sybase.com/cgi-bin/webnews.cgi?cmd=item-485&group=sybase.public.connectivity.adonet
if packet size does not change anything you probably want to ask on sybase's forums, this exception is not from ADO.Net but from Sybase's code.
Visual C++ MVPThursday, January 24, 2013 12:08 AM -
Thank you for your response.
So, what shall I put in the connection String : PacketSize = ???
Thursday, January 24, 2013 12:30 AM -
No idea... you probably want to look up your manual or ask the thread starter how it is done.
Visual C++ MVPThursday, January 24, 2013 1:12 AM -
Hi Sfaxiste,
Welcome to the MSDN forum.
Your problem is related to a third party data provider, so I recommend you try this forum for better support: http://forums.sybase.com/cgi-bin/webnews.cgi?cmd=listitems&sort_on=none&second_sort=date&sort_method=date&sort_reverse=true&group=sybase%2Epublic%2Econnectivity%2Eadonet
Have a nice day.
Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Friday, January 25, 2013 9:05 AM