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 for
  Advanced Search

Re: PostgreSQL y .Net


  • From: "Moises Alberto Lindo Gutarra" <mlindo(at)gmail(dot)com>
  • To: "Dilm E.I.R.L" <i(dot)dilm(at)yahoo(dot)es>
  • Cc: PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org>
  • Subject: Re: PostgreSQL y .Net
  • Date: Tue, 29 Apr 2008 17:08:49 -0500
  • Message-id: <5db591c00804291508o16ac9c97m493650ee7a186d9e(at)mail(dot)gmail(dot)com>

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 | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group