Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Ignoring PRO*C embedded SQL
Ignoring PRO*C embedded SQL [message #757031] Wed, 16 November 2011 07:33
dunaj.bojan is currently offline dunaj.bojanFriend
Messages: 1
Registered: November 2011
Junior Member
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: Tue May 14 08:50:25 GMT 2024

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

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

Back to the top