MySQL Forums
Forum List  »  Stored Procedures

returning varchar > 170 returns array in .Net
Posted by: Chagh
Date: September 06, 2005 04:10AM

hi all,
I'm on MySQL 5.0.7 on windows and have an application in ASP.Net.
I've got a function which returns varchar(8000)! this type would be returned as an array in ASP.Net. how can i get this array there?
which type should i use in .Net to get this array?

I tested this function with varchar > 170 but it seems that it returns array for any varchars that its length is bigger than 170, for varchar <= 170, it returns varchar!

Thanks in advance
Chagh

Options: ReplyQuote


Subject
Views
Written By
Posted
returning varchar > 170 returns array in .Net
2540
September 06, 2005 04:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.