Re: [GENERAL] DB connectivity from a client machine

2006-08-09 Thread Joshua D. Drake
Jasbinder Bali wrote: In my database server, I'm using packaged version of postgres. I installed it using: "yum install postgres" and this inturn searches for the rmp. So, its a packaged version of postgresql. Now as far as my client is concerned, that has the middle tier component written in C,

Re: [GENERAL] DB connectivity from a client machine

2006-08-09 Thread Michael Meskes
On Tue, Aug 08, 2006 at 05:25:12PM -0400, Jasbinder Bali wrote: > Why I'm asking this is (though generally m/c hosting the middle tier > component can connect to the m/c hosting the Db without any DB client > installed) because i tried to run ecpg in the middle tier m/c and it doesn't > work. Well

Re: [GENERAL] DB connectivity from a client machine

2006-08-08 Thread Jasbinder Bali
In my database server, I'm using packaged version of postgres.I installed it using: "yum install postgres" and this inturn searches for the rmp.So, its a packaged version of postgresql.Now as far as my client is concerned, that has the middle tier component written in C, i don't have any postgres t

Re: [GENERAL] DB connectivity from a client machine

2006-08-08 Thread Scott Marlowe
On Tue, 2006-08-08 at 16:25, Jasbinder Bali wrote: > Hi, > I have a middle tier application in C on one machine which doesn't > have postgres installed. > I have a machine that hosts my postgres database. > My middle tier application wants to connect to the Db server. > > Is it mandatory for the