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 > [Informix ODBC Driver] General Error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-22-03, 12:52
putrwhz putrwhz is offline
Registered User
 
Join Date: May 2003
Posts: 1
Question [Informix ODBC Driver] General Error

I have a time tested application. I was running it against Informix 3.01 for several years without failure. Now I am being forced to upgrade to Informix ODBC 3.34 and/or 3.80

When running the application I recieve error -11060 (General Error) When i turned on SQL trace I discovered it was happening whenever a "Begin Work" statement was transacted.

Any prognosis? It does not appear to have any effect on my functionality, but my customer will definetly not want the product with this error in it.

Thanks for any suggestions or comments.
Reply With Quote
  #2 (permalink)  
Old 05-29-03, 08:40
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Check out this link from microsoft:
http://msdn.microsoft.com/library/de...odch14pr_5.asp
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 04-20-09, 11:13
pptron pptron is offline
Registered User
 
Join Date: Apr 2009
Posts: 1
Thumbs up error -11060 (General Error) informix

Hi, I had the same trouble.

Maybe the causes are diferents, but I wnat to share it with us.

I have a string with polish characters.
Then char by char, i review it and I do a replace.
the "enter" or char(13) in hexadecimal is like: H0D H0A (togheter).

In my replacement I use: HOD changed by H20 (space) and H0A changed by NULL (H00).

the final string look fine, and when I test it directly on an SQL Editor, my sentences (insert into) work very well, but when it instruction (insert into) is launched from my ODBC conection, it FAIL.

To correct it mistake, I has changed H0D = H20 and H0A = H20 too. and I donīt have two separators char, justo one. And now I donīt have more this mistake.

I hope that it could help you.
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