Hi *,

every example I've found uses this structure:
catch (const FbException& error)
{
  char buf[256];
  utl->formatStatus(buf, sizeof(buf), error.getStatus());
  // ...
}

Is is guaranteed that the 256 buffer is enough? I'm no expert in C++, but I 
would expect no and hence some other way to get the exception message probably 
exists.

-- 
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to