If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > [21005 - HY000 - [Informix .NET provider]Unspecified System Error = -21005.]

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-18-06, 14:32
antpedro antpedro is offline
Registered User
 
Join Date: Nov 2003
Posts: 6
Red face [21005 - HY000 - [Informix .NET provider]Unspecified System Error = -21005.]

Dear All,

I create a database that must store Greek chars and Latin 1.

for that I have created my database ( in Informix Dynamic Server 2000 Version 9.21.TC4 running in Windows) and setting both DB & CLIENT Locales to EN_US.UTF8.

When I use a client application that uses the Informix .net driver (vers 2.81) to execute the following statement:
insert into temp (desc1) values 'σδαφαΗΞΚΛ¨ΠΟΙΘΥΤΡΕ΅σηξκκλ΄ζχψωβνμ');

The following error occurs:
[21005 - HY000 - [Informix .NET provider]Unspecified System Error = -21005.]

Executing the following statement everything works fine.
insert into temp (desc1) values('aasdasda');

If I try the same but with a java client (Server Studio JE) this problem does not occurs!

Could someone help me? Any ideas?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On