Re: Postgre Tables problem

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre Tables problem
Date: 2008-12-18 22:52:10
Message-ID: 200812181452.10728@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 16 December 2008, Danail Pavlov <danailcho(at)hotmail(dot)com> wrote:
> I have to create a postgre database programmatically from VB .Net and
> after that to create a tables. After successfully creating the Data Base,
> when a try to create a table in this DB i have this error - "schema
> "dbName" does not exist, Code 3F000" I'm sure that name is correct,
> because i use the same string from creating DataBase. How can i solve
> this problem?

Don't call your table "dbName.table_name", just use "table_name".

--
Panics do not destroy capital; they merely reveal the extent to which it has
been destroyed by its betrayal into hopelessly unproductive works.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2008-12-18 23:29:06 Re: Error: Operator does not exist: "char"=integer
Previous Message Raymond O'Donnell 2008-12-18 22:20:56 Re: SQL plan in functions