Zeos + MySQL + Delphi CGI Webservice
Posted: 17.11.2010, 17:32
Hi Guys,
This question has been asked a few times, but i can't get a decent answer on it.
My situation:
I'm using a Delphi Webservice to sent some TWideStringDynArray datatypes over soap. These Arrays are filled with data from the database via Zeos.
These arrays are consumed by a ASP.NET application via Soap. All works fine until users start using characters like:
ú ë ø etc..
These characters end up being ??? question marks in the ASP.NET app.
When i fill the array with this, instead of from the database via zeos:
arr[0] := 'ú ë ø';
it work fine...
So the problem has something to do with the data(type) from zeos that is filled in the array, and then to the asp.net webservice.
Maybe the answer is very simple and someone could point me in the right direction, this would be highly appreciated.
BTW:
When i use the same method of data retrieval in my delphi application, it's works perfectly.
Many thanks in advance.
This question has been asked a few times, but i can't get a decent answer on it.
My situation:
I'm using a Delphi Webservice to sent some TWideStringDynArray datatypes over soap. These Arrays are filled with data from the database via Zeos.
These arrays are consumed by a ASP.NET application via Soap. All works fine until users start using characters like:
ú ë ø etc..
These characters end up being ??? question marks in the ASP.NET app.
When i fill the array with this, instead of from the database via zeos:
arr[0] := 'ú ë ø';
it work fine...
So the problem has something to do with the data(type) from zeos that is filled in the array, and then to the asp.net webservice.
Maybe the answer is very simple and someone could point me in the right direction, this would be highly appreciated.
BTW:
When i use the same method of data retrieval in my delphi application, it's works perfectly.
Many thanks in advance.