Re: [BUGS] BUG #1862: ECPG Connect, host variable trailing blanks

2005-09-07 Thread Jim . Gray
>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

[BUGS] Installing to Windows XP cannot create db

2005-09-07 Thread william . lewis
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

[BUGS] BUG #1863: Install won't work

2005-09-07 Thread Howard Brodale
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

Re: [BUGS] BUG #1862: ECPG Connect, host variable trailing blanks

2005-09-07 Thread Michael Fuhr
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