#ifndef SQLINFOPRINT_H
#define SQLINFOPRINT_H

#include "sqlca.h"

/*
 * Report SQL error messages.  Based on code from:
 * http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2.luw.apdv.embed.doc/doc/c0005779.html
 */
int sqlinfoprint (char *appMsg,
		  struct sqlca *pSqlca,
		  const char *file, const unsigned int line);

#endif // SQLINFOPRINT_H