Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to connect the POstgreSQL 8.1.4 with Borland Developer Studio 2006 (Delphi.NET)

How to connect the POstgreSQL 8.1.4 with Borland Developer Studio 2006 (Delphi.NET)

Scheduled Pinned Locked Moved Database
csharpdelphidatabaseasp-netpostgresql
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dotnetfish
    wrote on last edited by
    #1

    I'm not able connect my front end "Borland developer Studio 2006" with postgreSQL 8.1.I'm developing my application with ASP.NET and C#.NET in "Borland developer studio 2006" environment.Please help in this matter by sending the "connection string" and "namespace to use" in db connection.. I'm using layer coding in ASP.NET and C# (code behind).I'm new to postgreSQL 8.1.4,previously i'm using SQL Server 2000,in that i use this codes to connect my front end. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Web; using System.Web.Services; using System.Data.SqlClient; using System.Web.UI.WebControls; namespace suyam { public class Election { public SqlConnection con=new SqlConnection("initial catalog=election;user id=sa"); public SqlCommand cmd; public SqlDataReader dr; DataSet ds=new DataSet(); SqlDataAdapter da=new SqlDataAdapter(); hari

    K 1 Reply Last reply
    0
    • D Dotnetfish

      I'm not able connect my front end "Borland developer Studio 2006" with postgreSQL 8.1.I'm developing my application with ASP.NET and C#.NET in "Borland developer studio 2006" environment.Please help in this matter by sending the "connection string" and "namespace to use" in db connection.. I'm using layer coding in ASP.NET and C# (code behind).I'm new to postgreSQL 8.1.4,previously i'm using SQL Server 2000,in that i use this codes to connect my front end. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Web; using System.Web.Services; using System.Data.SqlClient; using System.Web.UI.WebControls; namespace suyam { public class Election { public SqlConnection con=new SqlConnection("initial catalog=election;user id=sa"); public SqlCommand cmd; public SqlDataReader dr; DataSet ds=new DataSet(); SqlDataAdapter da=new SqlDataAdapter(); hari

      K Offline
      K Offline
      Keith Malwitz
      wrote on last edited by
      #2

      http://www.connectionstrings.com/?carrier=postgresql[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups