VB + PostgreSQL 8

Поиск
Список
Период
Сортировка
От Peter Denis Harari
Тема VB + PostgreSQL 8
Дата
Msg-id HGEBLOCPKAKMHNGPFJECEEBICEAA.peter@joinner.com.br
обсуждение исходный текст
Список pgsql-novice
Hi,

I'm begining to work with PostgreSQL 8 using VB under Win 2000.

I made a Data Base for runing tests and learn how to work with PG.

I have this litle code :

    WConectP = "DSN=PostgreSQL;UID=PGADM;PWD="
    Set WCon = New ADODB.Connection
    Set WRs = CreateObject("ADODB.Recordset")
    WCon.Open WConectP
    WStrSQL = "SELECT codcli,nomecli FROM empresas ORDER BY codcli"
    WRs.CursorLocation = adUseServer
    WRs.LockType = adLockOptimistic
    WRs.Open WStrSQL, WCon

When I execute I receive the following error --> relation empresas does not
exist

Can you help me ?

Thanks a lot.

Peter Denis Harari
Joinner Serviços e Equipamentos
peter@joinner.com.br



В списке pgsql-novice по дате отправления:

Предыдущее
От: Ragnar Hafstað
Дата:
Сообщение: Re: [JDBC] [GENERAL] MS Access to PostgreSQL
Следующее
От: Sean Montague
Дата:
Сообщение: Exporting Tables