Forum: Python Jul 25th, 2008 |
| Replies: 5 Views: 3,609 Hi guys, thank you so much. Jlm699 was correct, I needed to commit the changes to the database. I knew that there was a commit call that has to be used but I was calling it on the cursor (cur)... |
Forum: Python Jul 24th, 2008 |
| Replies: 5 Views: 3,609 Hi there, I'm trying to connect to a PostGIS database (which is basically an enriched PostgreSQL database) and I'm having trouble with the INSERT statement. Here's my code:
import psycopg2
try:... |