Hi am trying to ues ODBC connection in c using following code.But i was not able to find the header file for SQL.H and SQLEXT.H.It was even not found in the installed Include folder.Where to find the source for these two headers or is there any site available for downloading the header file.???
#include <stdio.h>
#include <sql.h>
#include <sqlext.h>
Error is unable to find SQL.H