Pro*c compilation problem in linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
 
We couldnt able to convert .pc file to .c file.Linux is showing 

Syntax error at line 390, column 44, file stdio.h:
 Error at line 390, column 44 in file stdio.h
 

code:
 
exec sql begin declare section;
 char *name="TRAUSER",*pwd="info2014";
 exec sql end declare section;
 exec sql include sqlca.h;
 #include<stdio.h>
 void main()
 {
 exec sql connect :name identified by :pwd;
 printf("success");
 }

Regards
Siraj.j

--
Sent by http://webuzz.im/mail/ web mail client




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux