Re:

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "pakorn" <pakorn_Nong(at)hotmail(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re:
Date: 2002-05-21 07:17:14
Message-ID: D85C66DA59BA044EB96AB9683819CF610152A0@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

-----Original Message-----
From: pakorn [mailto:pakorn_Nong(at)hotmail(dot)com]
Sent: 18 May 2002 08:11
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC]


Dear , Sir
I use PostGreSQL on Redhat 7.1 and use VB6.0 connect by ODBC
to PostGreSql

This sample code from VB

' Connect to the database using ODBC
With cn
.ConnectionString = "dsn=PostgreSQL;"
.Open
.CursorLocation = adUseClient
End With

AND i cann't connect to Server have a message (in Attach file)
What i wrong please help me

Is your server running with tcp/ip connections enabled? Check
$PGDATA/postgresql.conf, or make sure the postmaster is started with the
-i option.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Gaston Micheri 2002-05-21 21:24:38 Graphical Tool
Previous Message Hiroshi Inoue 2002-05-20 23:40:51 Re: [ODBC] Is there a limit on what can be returned?