Hi, Anthony, Anthony Kinyage wrote:
> Before continuing our Plans, I need to know how can I do with PostgreSQL > in order to have Data Entry and Query Forms on clients side (How can I > design Data Entry and Query Forms). PostgreSQL itsself is a database server, not a front-end form designer. However, using the PostgreSQL ODBC driver, you should be able to continue using your current front-ends (like Access). If you don't like this, maybe you can look at GNU Enterprise, OpenOffice.org database module, Delphi/Kylix or others. (I admit I've used none of those yet, we use PostgreSQL as backend for "real" applications.) HTH, Markus -- Markus Schaber | Logical Tracking&Tracing International AG Dipl. Inf. | Software Development GIS Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match