>Identifiers are NAME types, not CHAR types
>From the URL reference that you gave:
UPDATE MY_TABLE SET A = 5;
The tokens MY_TABLE and A are examples of identifiers.
But I don't think it is legal SQL to state this as:
UPDATE :V1 SET :V2 = 5;
In other words, host variables are never
Hi,
I have managed to install the service
on my windows XP box, but when I try to create a database I get:
Creating database 'test' . . .
E_LQ0001 Failed to connect to DBMS session.
E_LC0001 GCA protocol service (GCA_REQUEST)
failure.
Internal service status
E_GC0135 -- A default server cl
The following bug has been logged online:
Bug reference: 1863
Logged by: Howard Brodale
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.03
Operating system: Win 98 2nd ed
Description:Install won't work
Details:
postgresql-8.0, 56kb Wndows Installation 5/12/05
On Tue, Sep 06, 2005 at 09:02:47PM +0100, James Gray wrote:
> The problem that we are having involves a connect statement with host
> variables:
>EXEC SQL CONNECT TO :target AS :user
>
> Our problem is that we are passed Cobol strings which are blank padded.
> Our string strategy works fi