PDA

View Full Version : Qt development using QT creator with static embedded SQL



JantarManter
17th March 2010, 23:52
Hi,

I am new to Qt. I am planning to build a GUI application that uses DB2 static SQLs. Static SQL C++ programs must go through DB2 preprocessor which translates EXEC SQL statements into callable C functions and also creates database "package".

What is the best way for me to build such a program? I'd prefer to let DB2 preprocess program first and then let Qt work on it. How do I make Qt creator and qmake invoke db2 preprocessor?

Thanks