Yuri Burger wrote:
the problem that under linux+postgresql the >{. sqlgetdata get never returns SQL_NO_DATA for long varchar columns. In this case the condition lim>:#t works incorrect.

some drivers return SQL_SUCCESS_WITH_INFO so that you may want to check for it

  if. sqlbad rc do. SQL_ERROR;'';0 return.
  elseif. SQL_NO_DATA= rc do. break.
  elseif. SQL_SUCCESS_WITH_INFO= rc do.
  elseif. SQL_SUCCESS= rc do.


--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to