[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SQLCA
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SQLCA
(Embedded SQL) SQLCA
SQLCA is short for 'SQL Communications Area'. You need to include/add this file to your program to enable communication and error handling.exec sql include SQLCA;
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
