Re: Connection Problem

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp>, "'Joseph Watson'" <jtwatson(at)datakota(dot)com>
Cc: "'pgsql-ODBC (E-mail)'" <pgsql-ODBC(at)postgresql(dot)org>
Subject: Re: Connection Problem
Date: 2002-01-28 08:28:36
Message-ID: FED2B709E3270E4B903EB0175A49BCB10B52B3@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 28 January 2002 00:36
> To: Joseph Watson
> Cc: pgsql-ODBC (E-mail)
> Subject: Re: [ODBC] Connection Problem
>
>
> Joseph Watson wrote:
> >
> > Here is my VB code:
> >
> > Private Sub Command5_Click()
> >
> > Dim FSEInfo As Workspace
> > Dim conn As Connection
>
> If I remove the above line(Connection), the following
> seems to work though I don't understand the reason.

If it were VB I'd say in a flash that ADO is referenced in the project
before RDO/DAO and conn was defaulting to ADODB.Connection. Is this possible
in Access?

Regards, Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-28 09:55:02 Re: Connection Problem
Previous Message Hiroshi Inoue 2002-01-28 00:36:02 Re: Connection Problem