Using Postgres on Volusion site
Posted
by
Sean
on Server Fault
See other posts from Server Fault
or by Sean
Published on 2012-04-06T19:59:24Z
Indexed on
2012/04/06
23:33 UTC
Read the original article
Hit count: 231
postgresql
Okay, I apologize if this is so basic that I should know the answer, but I'm not sure where else to go for the solution.
I would like to start a small store site using Volusion. I would like some custom ASP code to query data that I currently have in a Postgres database. I would like to be able to just move the database file(s) onto the Volusion server via ftp and access them from my store site (via the custom ASP).
Do I need to install Postgres onto the server to do this, or can I just ftp my database file(s) and access them with the ASP code? I think I need to install Postgres, but would like to do this without such an installation if possible.
© Server Fault or respective owner