PDQ and Xtree
Question: How can I set the PDQPRIORITY for every user in the database? I am also trying to get Xtree to work on the same system so I can better
Question: How can I set the PDQPRIORITY for every user in the database? I am also trying to get Xtree to work on the same system so I can better
Question: What does a return code of 100 mean on a START REPORT statement? Answer: If this is an Informix error, and it probably is, Informix lists the following error
Question: Is there a fast way to delete all the rows (in other words, truncate) the table in Informix 7.xx? Answer: There is no truncate command. The fastest way to
Question: Is it possible to have threads in C++ like you can in Java? Answer: Sure you can have threads in C++. However, unlike Java, C++ uses external thread libraries
Question: How do I assign a specific address location to a pointer (e.g., If I want *ptr to point to 0x5800FF)? Answer: You have to use an explicit cast: void