Re: [GENERAL] Implement online database using Postgresql

2010-12-09 Thread Ivano Luberti
Kalai this is not the proper list to ask, in my opinion. And sincerely I don't know if a proer list exists. What you want to achieve is to build a web application and the most followed way to do that is to use a web framework. Web frameworks are software that allows you build a web application, lik

Re: [GENERAL] Implement online database using Postgresql

2010-12-08 Thread Kalai R
Thank You for your suggestion. Any other suggestions are welcome. On Tue, Dec 7, 2010 at 4:50 PM, Vincent Veyron wrote: > > Le mardi 07 décembre 2010 à 13:42 +0530, Kalai R a écrit : > > So please guide me, What should do to implement online postgresql > > database? > > You need a web server

Re: [GENERAL] Implement online database using Postgresql

2010-12-07 Thread Vincent Veyron
Le mardi 07 décembre 2010 à 13:42 +0530, Kalai R a écrit : > So please guide me, What should do to implement online postgresql > database? You need a web server to generate and process html forms that display the data. One is Apache, with the right module to process your forms' data. In your cas

[GENERAL] Implement online database using Postgresql

2010-12-07 Thread Kalai R
Hi, We are using PostgreSQL Database for our Desktop application using VB.Net. It works well. Now we are going to develop online application. We are new to online application. So please guide me, What should do to implement online postgresql database? Can we use VPS to create online databse? o