Relation "tablename" does not exist

Поиск
Список
Период
Сортировка
От Johan van der Merwe
Тема Relation "tablename" does not exist
Дата
Msg-id 20060615065725.0B0DD84717B@mail.ballenrobb.co.za
обсуждение исходный текст
Ответы Re: Relation "tablename" does not exist  (Richard Huxton <dev@archonet.com>)
Re: Relation "tablename" does not exist  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
I have posted this before without receiving replies

My code is as follows:

Public dbRemote As New Connection
Public rsData As New Recordset

dbRemote.Properties("Data Source").Value = "DSM"
dbRemote.Properties("Initial Catalog").Value = "BCM_DSM"
dbRemote.Properties("User ID").Value = "johan"
dbRemote.Properties("Password").Value = "johan"
dbRemote.Open

rsData.Open "tblSuburb", dbRemote, , , adCmdTable


I receive the error "Relation "tblSuburb" does not exist"

Cheers

Johan van der Merwe
Ballenden & Robb Consulting Engineers
Tel (043) 743 3809
Fax (043) 743 9321
Cell 082 5530445

"I Don't want to be a human being, I want to be a human doing"

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.4/363 - Release Date: 2006/06/13



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

Предыдущее
От: "shyju c.k"
Дата:
Сообщение: how pg_hba.conf
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Relation "tablename" does not exist