Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am writing a python script in .net 4.0 and i want to connect to a postgre sql database.

I found online that i need to install psycopg2 before i can connect.

Can anybody help me with this because i have downloaded and done the installation but I cant find any dll to import into .net hence using the pscopg2 library is impossible for me now.

Can anyone help me with this problem?
Posted
Updated 26-Oct-11 23:59pm
v3
Comments
phil.o 27-Oct-11 9:40am    
from .net using python
I don't get the concept.

I used a dll called Npgsql. it allows you to connect freely from .NET to postgre sql database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900