Click here to Skip to main content
15,913,854 members
Home / Discussions / Database
   

Database

 
QuestionLinking Tables Pin
Member 374156226-Feb-07 22:36
Member 374156226-Feb-07 22:36 
AnswerRe: Linking Tables Pin
Krish - KP26-Feb-07 22:49
Krish - KP26-Feb-07 22:49 
QuestionAutoNumber in SQL server Pin
Member 374156226-Feb-07 20:45
Member 374156226-Feb-07 20:45 
AnswerRe: AutoNumber in SQL server Pin
Krish - KP26-Feb-07 20:54
Krish - KP26-Feb-07 20:54 
AnswerRe: AutoNumber in SQL server Pin
RavikumarR26-Feb-07 21:31
RavikumarR26-Feb-07 21:31 
AnswerRe: AutoNumber in SQL server Pin
RavikumarR26-Feb-07 21:32
RavikumarR26-Feb-07 21:32 
QuestionCannot execute procedure under unix Pin
LoadBitmap26-Feb-07 20:29
LoadBitmap26-Feb-07 20:29 
AnswerRe: Cannot Informix execute procedure under unix Pin
andyharman26-Feb-07 23:40
professionalandyharman26-Feb-07 23:40 
There aren't very many Informix guys on this forum - its mostly SQL Server, Access, Oracle and MySQL.

I would try using dbaccess to run the command interactively to see if you get any better clue about what is happening.

Blocking and locks would normally result in a procedure being really slow. If there is a problem then I would guess that the procedure contains:
  • A "set lock mode" or "set current lock timeout" statement that tells Informix to throw an error if it encounters a locked record (or the database has been configured with a "locktimeout" parameter).
  • An update/delete statement or a "for-update" cursor statement.
  • If no error message is being displayed then I would expect that the resulting timeout error is being swallowed a "whenever error" clause.
If there was a problem with blocking then I would have expected an error message to be displayed (especially given that Informix is such a mature product). Are you sure that the procedure is having problems?

Hope that helps. I haven't done Informix for a reeeeeeally long time.
Andy
GeneralRe: Cannot Informix execute procedure under unix Pin
LoadBitmap27-Feb-07 13:53
LoadBitmap27-Feb-07 13:53 
Questionquery to print only the duplicate records Pin
indian14326-Feb-07 20:11
indian14326-Feb-07 20:11 
AnswerRe: query to print only the duplicate records Pin
Krish - KP26-Feb-07 20:50
Krish - KP26-Feb-07 20:50 
GeneralRe: query to print only the duplicate records Pin
indian14328-Feb-07 20:14
indian14328-Feb-07 20:14 
GeneralRe: query to print only the duplicate records Pin
Krish - KP28-Feb-07 22:18
Krish - KP28-Feb-07 22:18 
GeneralRe: query to print only the duplicate records Pin
indian14328-Feb-07 22:25
indian14328-Feb-07 22:25 
GeneralRe: query to print only the duplicate records Pin
Krish - KP1-Mar-07 16:53
Krish - KP1-Mar-07 16:53 
GeneralRe: query to print only the duplicate records Pin
indian1431-Mar-07 18:03
indian1431-Mar-07 18:03 
GeneralRe: query to print only the duplicate records Pin
Krish - KP2-Mar-07 0:26
Krish - KP2-Mar-07 0:26 
GeneralRe: query to print only the duplicate records Pin
indian1432-Mar-07 0:40
indian1432-Mar-07 0:40 
Questionneed help resolving error in custom sp Pin
brainfuelmedia_26-Feb-07 11:18
brainfuelmedia_26-Feb-07 11:18 
AnswerRe: need help resolving error in custom sp Pin
WoutL26-Feb-07 11:49
WoutL26-Feb-07 11:49 
AnswerRe: need help resolving error in custom sp Pin
Krish - KP26-Feb-07 16:43
Krish - KP26-Feb-07 16:43 
QuestionWhat does dock or link tables into Access mean? Pin
Marcus J. Smith26-Feb-07 7:59
professionalMarcus J. Smith26-Feb-07 7:59 
Questionlooking up date in sql server Pin
tvfoto26-Feb-07 6:31
tvfoto26-Feb-07 6:31 
AnswerRe: repost Pin
tvfoto26-Feb-07 6:34
tvfoto26-Feb-07 6:34 
AnswerRe: looking up date in sql server Pin
andyharman26-Feb-07 23:47
professionalandyharman26-Feb-07 23:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.