Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Ignoring PRO*C embedded SQL
Ignoring PRO*C embedded SQL [message #757031] Wed, 16 November 2011 02:33
Eclipse UserFriend
Hi,

since recently I need to work with C projects that have Pro*C embedded SQL statements inside the code.

A Pro*C code block always starts with the
EXEC SQL
statement, followed by some standard SQL code, is usually multiline and always ends with a semicolon.

Eclipse's editor is naturally giving me syntax errors for every line of that code, and I would like the parser to ignore these blocks.

P.S. - I'm using eclipse only for editing these files.

Thanks.

Previous Topic:Beginner - No new Projects available
Next Topic:boost::is_any_of() highlighted as error
Goto Forum:
  


Current Time: Thu Jul 10 17:19:06 EDT 2025

Powered by FUDForum. Page generated in 0.05014 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top