Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Tony Caduto
Bob Pawley wrote: What is the best way of installing the tables, triggers etc? Do I add a project dump file or generate them from an sql file? Bob Bob, I would just have a sql script with the create database etc and then after the server is up and running, execute the script via psql or yo

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Bob Pawley
ber 19, 2006 9:57 AM Subject: Re: [GENERAL] Creating an Independant Application Bob Pawley wrote: Thanks Tony What PostgreSQL files do I use? Bob Hi Bob, you need these files: http://wwwmaster.postgresql.org/download/mirrors-ftp?file=binary%2Fv8.1.5%2Fwin32%2Fpostgresql-8.1.5-1-binaries-no

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Tony Caduto
Bob Pawley wrote: Thanks Tony What PostgreSQL files do I use? Bob Hi Bob, you need these files: http://wwwmaster.postgresql.org/download/mirrors-ftp?file=binary%2Fv8.1.5%2Fwin32%2Fpostgresql-8.1.5-1-binaries-no-installer.zip You will need to modify the Inno script so it points to the correct

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Bob Pawley
Thanks Tony What PostgreSQL files do I use? Bob - Original Message - From: "Tony Caduto" <[EMAIL PROTECTED]> To: "Bob Pawley" <[EMAIL PROTECTED]>; Sent: Tuesday, December 19, 2006 8:53 AM Subject: Re: [GENERAL] Creating an Independant Application B

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Tony Caduto
Bob Pawley wrote: Yes I want to include the service and the tables, triggers etc. as an installable application for one, or more, users. I don't know if this is considered embedded or not, but there seems to be a lack of infomation on how to accomplish this. Bob - Hi Bob, You can easily

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Bob Pawley
uot;Johann Campbell" <[EMAIL PROTECTED]> To: Sent: Monday, December 18, 2006 6:39 PM Subject: Re: [GENERAL] Creating an Independant Application I think Postgres has to be installed as a service. Seems as if what you are looking for is more of an embeddable solution in which the lib

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread Johann Campbell
uot;John McCawley" <[EMAIL PROTECTED]> > To: "Bob Pawley" <[EMAIL PROTECTED]> > Cc: "Postgresql" > Sent: Monday, December 18, 2006 10:57 AM > Subject: Re: [GENERAL] Creating an Independant Application > > >> I'm not quite sure I unde

Re: [GENERAL] Creating an Independant Application

2006-12-19 Thread John McCawley
tallshield and I need to pick up the files in Postgres to include. Bob Pawley - Original Message - From: "John McCawley" <[EMAIL PROTECTED]> To: "Bob Pawley" <[EMAIL PROTECTED]> Cc: "Postgresql" Sent: Monday, December 18, 2006 10:57 AM Subject: Re: [G

Re: [GENERAL] Creating an Independant Application

2006-12-18 Thread Bob Pawley
y" <[EMAIL PROTECTED]> To: "Bob Pawley" <[EMAIL PROTECTED]> Cc: "Postgresql" Sent: Monday, December 18, 2006 10:57 AM Subject: Re: [GENERAL] Creating an Independant Application I'm not quite sure I understand your question, do you mean that you wish to distr

Re: [GENERAL] Creating an Independant Application

2006-12-18 Thread John McCawley
I'm not quite sure I understand your question, do you mean that you wish to distribute an "all-in-one" installer for a client machine that will include both your app and PostgreSQL? It all depends on the complexity of your database backend. If this is small, quick-and-dirty app, I don't know

[GENERAL] Creating an Independant Application

2006-12-18 Thread Bob Pawley
Hi I have managed to turn my host software into an executable. It runs well using my installed database and server. What files in PostgreSQL do I need to include to have the host software, the PostgreSQL server and database run as an independant application?? Bob Pawley