Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: PostgreSQL y .Net



using System;
using System.Data;
using Npgsql;

public class MiClase
{
  public static void Main(String[] args)
  {
    NpgsqlConnection conn = new
NpgsqlConnection("Server=127.0.0.1;Port=5432;User
Id=joe;Password=secret;Database=joedata;");
    conn.Open();
    conn.Close();
  }
}


2008/4/29 Dilm E.I.R.L <i(dot)dilm(at)yahoo(dot)es>:
> Buenas Tardes, quisiera saber como conectar PostgreSQL con .Net
>
>  ________________________________
>
>
> Yahoo! Solidario.
> Intercambia los objetos que ya no necesitas y ayuda a mantener un entorno
> más ecológico.
>



-- 
Atentamente,
Moisés Alberto Lindo Gutarra
Asesor - Desarrollador Java / Open Source
Linux Registered User #431131 - http://counter.li.org/
Cel: (511) 995081720
MSN: mlindo(at)tumisolutions(dot)com



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group