This is a discussion on PgSQL Initial Questions (before starting project) within the pgsql Novice forums, part of the PostgreSQL category; --> Hi all, I'm interested in developing a project which uses a DBMS in a linux server and has a ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I'm interested in developing a project which uses a DBMS in a linux server and has a running GUI frontend (written in C++) on several Windows machines, which connect to the DBMS. The questions are as follows: 1 - If I use PgSQL for DBMS, are PgSQL C++ bindings stable on Windows? Is it easy to connect to the DBMS from windows? 2 - Can I sell the software? Do I need to open-source it even if I do not sell it? 3 - Is there a way to create forms, reports, etc from PgSQL databases? I think that's all for now. Thanks, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| > 1 - If I use PgSQL for DBMS, are PgSQL C++ bindings > stable on Windows? > Is it easy to connect to the DBMS from windows? i think both C++ and pgsql play nice with odbc. there may be a better way to connect, but i don't know since i don't know C++ > 2 - Can I sell the software? Do I need to > open-source it even if I do > not sell it? as i udnerstand it, you can sell your software and are not required to open source the project. my non legal opinion is no substitute for sound legal advice, though. > 3 - Is there a way to create forms, reports, etc > from PgSQL databases? C++ should allow you to format and display the data you query from pgsql. open reports also has some reporting functionality along the lines of crystal reports. however, do check the licensing for open reports. you may not be able to package it with you application, although your clients can likely set it up on site. check with your attorney. good luck! __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |