|
|
Subject:
Refer me to a PostGres expert who can answer a quick question for $20
Category: Computers > Programming Asked by: sharpshooter2006-ga List Price: $20.00 |
Posted:
29 Nov 2006 14:19 PST
Expires: 29 Dec 2006 14:19 PST Question ID: 786738 |
|
There is no answer at this time. |
|
Subject:
Re: Refer me to a PostGres expert who can answer a quick question for $20
From: frankcorrao-ga on 29 Nov 2006 18:29 PST |
I'm not sure what you mean "variables in a postgres database", but unless postgresql has something special I've never heard of, what I think you mean is that you just want to write programs/libraries in C that can execute queries and updates with a postgres db. If so, this is done in a standard way called ODBC: http://www.easysoft.com/developer/interfaces/odbc/index.html It is generic for any kind of relation database, provided the database provides a odbc driver. All the information you would need on how to use this can be found here: http://www.easysoft.com/developer/languages/c/odbc_tutorial.html the postgres odbc driver can be found here: http://gborg.postgresql.org/project/psqlodbc/genpage.php?downloads Now, it still might be better to have someone explain it outright, but hopefully this can point you in the right direction. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |