[Info-Ingres] Embedded SQL
ac297 at dial.pipex.com
ac297 at dial.pipex.com
Thu Mar 22 06:13:47 CDT 2007
Quoting kodaliece at gmail.com:
> Hi,
> I could see the eqdef.h file at the location %II_SYSTEM%ingres\files.
> But still this program is throwing the same error.
> Mohan
First, try and compile this:
#include <stdio.h>
void main() {
}
If that works, continue with
#include <stdio.h>
void main() {
EXEC SQL INCLUDE SQLCA;
}
I'm expecting that to fail (it's another include command)..
if not just carry on adding code until you see the offending line.
As others have said, copying files one at a time is a really bad approach.
Paul
More information about the Info-Ingres
mailing list