I'm writing a C application that needs to interface with a PostGreSQL DB. For what I know I need the libpq-fe.h header file and the libpq C library. Problem is I don't know where to obtain...
When using a style of 'display: inline' on an element, mozilla will display that element with a height corresponding to its nested elements height, regardless weather a height has been...
Yes another way of doing it but still with the overhead of looping through results instead of just being able to print each row from the query....but thanks for answering.
I have 2 tables. One contains product info like manufacture, model etc. The other contains groupnumbers for a product. It is a one-to-many relationship..that is a product may have one or...
I've been trying to find information about how the inner workings of GUIs work. All I can come up with are guides, tutorials etc. on how a given GUI pack (like SWING) works.
Ok...been doing some reading and apparently I have to compile PHP myself. Tried that for 2 hours now without any luck. There are too many configure options so I just copied the above 'Configure...
I work for a company which have an internal database which they won't have online. So in order to provide online access they replicate the entire database by uploading a textfile which I...