From: | "Johan van der Merwe" <johan(at)bnrel(dot)co(dot)za> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | FW: Connection Error |
Date: | 2006-06-08 12:05:33 |
Message-ID: | 20060608121022.9EFB7844DE6@mail.ballenrobb.co.za |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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 = "user"
dbRemote.Properties("Password").Value = "password"
dbRemote.Open
rsData.Open "tblsuburb", dbRemote, , , adCmdTable
I am getting an error "relation tblsuburb does not exist"
Where am I going wrong?
Regards
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.1/355 - Release Date: 2006/06/02
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/357 - Release Date: 2006/06/06
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/357 - Release Date: 2006/06/06
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.3/358 - Release Date: 2006/06/07
From | Date | Subject | |
---|---|---|---|
Next Message | dananrg | 2006-06-08 12:21:07 | Fabian Pascal and RDBMS deficiencies in fully implementing the relational model |
Previous Message | dananrg | 2006-06-08 11:30:38 | Re: Best open source tool for database design / ERDs? |