Re: [INTERFACES] Re: ecpg - `exec sql delete' failing (fwd)

From: Tom Good <tomg(at)nrnet(dot)org>
To: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
Cc: Thomas Good <tomg(at)q8(dot)nrnet(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Re: ecpg - `exec sql delete' failing (fwd)
Date: 1998-04-06 12:24:13
Message-ID: Pine.LNX.3.95.980406082301.13472A-100000@mailhost.nrnet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 6 Apr 1998, Herouth Maoz wrote:

> > scanf("%s", &reply);
> > if(reply == 'y') {
> > printf("\t\tEnter Client ID Number: ");
> > scanf("%d", &delete_num);
> > EXEC SQL DELETE FROM central WHERE client_id = delete_num;
> > }
> > else printf("Exiting...record not removed.\n");
> > exit(0);
> > }
>
> I've already told you about scanning into a char with %s - and you haven't
> fixed it. Anyway, I have another suspicion - shouldn't the delete above be
> "DELETE FROM central WHERE client_id = :delete_num" (with ":")?

Herouth - tried it just now...

> Seems to me that without using colon, it may think that delet_num is a
> column name.

This fails as well...hmm...back to the drawing board! Let me try it as
a separate function.

----------- Sisters of Charity Medical Center ----------
Department of Psychiatry
----
Thomas Good, System Administrator <tomg(at)q8(dot)nrnet(dot)org>
North Richmond CMHC/Residential Services Phone: 718-354-5528
75 Vanderbilt Ave, Quarters 8 Fax: 718-354-5056
Staten Island, NY 10305

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Herouth Maoz 1998-04-06 12:45:44 Re: ecpg - `exec sql delete' failing (fwd)
Previous Message Tom Good 1998-04-06 12:19:46 Re: [INTERFACES] Re: ecpg - `exec sql delete' failing (fwd)